remove the rust-toolchain file
This commit is contained in:
parent
933687d959
commit
51697c283d
11
README.rst
11
README.rst
|
@ -1,16 +1,11 @@
|
||||||
``rustup`` Toolchain
|
``rustup`` Toolchain
|
||||||
====================
|
====================
|
||||||
|
|
||||||
If you use ``rustup``, you need to configure what toolchain you want
|
We normally want to build with the ``rustc`` Debian package. To do that
|
||||||
to use. We set the default in the file ``./rust-toolchain`` to ``system``:
|
you can set the following ``rustup`` configuration:
|
||||||
|
|
||||||
# cat rust-toolchain
|
|
||||||
system
|
|
||||||
|
|
||||||
This works if you have installed the ``rustc`` Debian packages, and told
|
|
||||||
``rustup`` the location of that link:
|
|
||||||
|
|
||||||
# rustup toolchain link system /usr
|
# rustup toolchain link system /usr
|
||||||
|
# rustup default system
|
||||||
|
|
||||||
|
|
||||||
Versioning of proxmox helper crates
|
Versioning of proxmox helper crates
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
system
|
|
Loading…
Reference in New Issue