]> git.proxmox.com Git - proxmox-backup.git/commitdiff
remove the rust-toolchain file
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Jan 2020 09:45:46 +0000 (10:45 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Jan 2020 09:45:46 +0000 (10:45 +0100)
README.rst
rust-toolchain [deleted file]

index cd43de01b1422696552c9030c4f3d8efe12c6bf8..6bc1d0165c9fbd6a75a2df43fa5fb664f7d6599d 100644 (file)
@@ -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 (file)
index bec3a35..0000000
+++ /dev/null
@@ -1 +0,0 @@
-system