1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-19 23:40:06 +02:00
vaultwarden/rust-toolchain.toml
Mathijs van Veluw c5665e7b77
Update Rust and Crates (#4211)
- Updated Rust to v1.75.0
- Updated all the crates
- Fixed warning generated by latest version of Rust
2024-01-01 15:41:54 +01:00

5 Zeilen
88 B
TOML

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