diff options
author | Mathijs van Veluw <[email protected]> | 2024-05-19 20:30:34 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-19 20:30:34 +0200 |
commit | 6cadb2627a80a5a32a0f64adc8b810297e586aaf (patch) | |
tree | e2d7353bc17ef1638031e7293ecba688d3e3b3c4 /rust-toolchain.toml | |
parent | 0fe93edea6cb8d4b30416a6d319164f8828ad8b7 (diff) | |
download | vaultwarden-6cadb2627a80a5a32a0f64adc8b810297e586aaf.tar.gz vaultwarden-6cadb2627a80a5a32a0f64adc8b810297e586aaf.zip |
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
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2fa00154..39b61517 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.77.2" +channel = "1.78.0" components = [ "rustfmt", "clippy" ] profile = "minimal" |