vaultwarden/rust-toolchain.toml
Mathijs van Veluw 6cadb2627a
Update Rust, crates and web-vault (#4558)
* Update Rust and crates

- Updated Rust to v1.78.0
- Updated crates

* Update web-vault to v2024.5.0
2024-05-19 20:30:34 +02:00

5 lines
88 B
TOML

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