eww/rust-toolchain.toml
Wölfchen ef32bf2c3f
feat: update toolchain to 1.81.0 (#1195)
* flake.lock: update

* feat: switch to 1.81.0 toolchain

* fix: fix new warnings and lints

* chore: update changelog entry

* chore: automatically update a few dependencies
2024-10-10 19:26:00 +02:00

4 lines
79 B
TOML

[toolchain]
channel = "1.81.0"
components = [ "rust-src" ]
profile = "default"