summaryrefslogtreecommitdiffstats
path: root/system/system76-power/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/system76-power/README')
-rw-r--r--system/system76-power/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/system76-power/README b/system/system76-power/README
index 6e1f40fa8f..75056a5fdf 100644
--- a/system/system76-power/README
+++ b/system/system76-power/README
@@ -14,12 +14,12 @@ The system76-power daemon log messages are logged to
/var/log/system76-power.log by default. Logging can be disabled by
setting LOG_FILE=/dev/null in /etc/rc.d/rc.system76-power.
-This project is pinned to a specific Rust version, currently 1.41.0. As
+This project is pinned to a specific Rust version, currently 1.70.0. As
such, rustup is a compile time only dependency. If this specific
version of the Rust toolchain is not already installed, it will be
downloaded and installed automatically during build script execution.
It can be installed manually beforehand by running
- rustup toolchain install 1.41.0
+ rustup toolchain install 1.70.0
NOTE: The directions in rustup's README must be followed so that the
rust installed by rustup is preferred over the system rust.