From 933687d9590cdcd99f14051b1ab94d61c7af91ba Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 16 Jan 2020 10:34:45 +0100 Subject: [PATCH] set toolchain to system --- README.rst | 15 +++++++++++++++ rust-toolchain | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index dda461e4..cd43de01 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,18 @@ +``rustup`` Toolchain +==================== + +If you use ``rustup``, you need to configure what toolchain you want +to use. We set the default in the file ``./rust-toolchain`` to ``system``: + + # 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 + + Versioning of proxmox helper crates =================================== diff --git a/rust-toolchain b/rust-toolchain index 2bf5ad04..bec3a35e 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -stable +system