diff options
author | Erich Ritz <erich.public@protonmail.com> | 2023-01-27 09:36:52 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:22:51 +0700 |
commit | ee9ab65711786a694b667420f6481bd180af17d0 (patch) | |
tree | b32d907a118ee0a7e45f2f3896562e28477603b3 /system/system76-power/README | |
parent | 4f0dad46e3f3cf648745494c468776896a18ff86 (diff) |
system/system76-power: Updated for version 1.1.24_c504ff6.
Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/system76-power/README')
-rw-r--r-- | system/system76-power/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/system76-power/README b/system/system76-power/README index 07fc0c0cef3c7..65a249370027c 100644 --- a/system/system76-power/README +++ b/system/system76-power/README @@ -13,3 +13,13 @@ permissions set: 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.61.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.61.0 + +NOTE: The directions in rustup's README must be followed so that the +rust installed by rustup is preferred over the system rust. |