Files
vaultwarden/rust-toolchain.toml
T

5 lines
88 B
TOML
Raw Normal View History

2023-08-28 16:48:42 +02:00
[toolchain]
2024-04-27 00:53:42 +02:00
channel = "1.77.2"
2023-08-28 16:48:42 +02:00
components = [ "rustfmt", "clippy" ]
profile = "minimal"