mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-08 12:02:32 +01:00
32543c46da
- Updated Rust to v1.72.0 - Updated all the crates Including a CVE https://github.com/dani-garcia/vaultwarden/security/dependabot/21 - Updated GitHub Workflows - Run `cargo fmt` which has some new fmt's - Moved from `rust-toolchain` to `rust-toolchain.toml`
5 lines
88 B
TOML
5 lines
88 B
TOML
[toolchain]
|
|
channel = "1.72.0"
|
|
components = [ "rustfmt", "clippy" ]
|
|
profile = "minimal"
|