From 51697c283d7c3640f8eab8171ba741a79e60d341 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 16 Jan 2020 10:45:46 +0100 Subject: [PATCH] remove the rust-toolchain file --- README.rst | 11 +++-------- rust-toolchain | 1 - 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 rust-toolchain diff --git a/README.rst b/README.rst index cd43de01..6bc1d016 100644 --- a/README.rst +++ b/README.rst @@ -1,16 +1,11 @@ ``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: +We normally want to build with the ``rustc`` Debian package. To do that +you can set the following ``rustup`` configuration: # rustup toolchain link system /usr + # rustup default system Versioning of proxmox helper crates diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index bec3a35e..00000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -system