1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-05 10:39:07 +00:00
vaultwarden/rust-toolchain.toml
BlackDex 29f4588f49
Update Rust and crates
- Updated Rust to v1.78.0
- Updated crates
2024-05-18 16:10:28 +02:00

4 lines
88 B
TOML

[toolchain]
channel = "1.78.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"