]> git.proxmox.com Git - proxmox-backup.git/commitdiff
set toolchain to system
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Jan 2020 09:34:45 +0000 (10:34 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Jan 2020 09:34:45 +0000 (10:34 +0100)
README.rst
rust-toolchain

index dda461e44f2453cd03e1ec8afffe6e3a9a1d8a78..cd43de01b1422696552c9030c4f3d8efe12c6bf8 100644 (file)
@@ -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
 ===================================
 
index 2bf5ad0447d3370461c6f32a0a5bc8a3177376aa..bec3a35ee8b46e4d58c0439c3efd9ab2dacd0cfd 100644 (file)
@@ -1 +1 @@
-stable
+system