diff options
author | Mathijs van Veluw <[email protected]> | 2024-02-08 22:16:29 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-08 22:16:29 +0100 |
commit | b9bdc9b8e227b556e6744c675a259b29d9e277db (patch) | |
tree | 203c5bf594ad5dff46c4210c5433f49566cc7276 /rust-toolchain.toml | |
parent | 897bdf8343148ee4e4f1a937cbc501ad3f743b4a (diff) | |
download | vaultwarden-b9bdc9b8e227b556e6744c675a259b29d9e277db.tar.gz vaultwarden-b9bdc9b8e227b556e6744c675a259b29d9e277db.zip |
Update Rust, crates and web-vault (#4328)
- Updated Rust to v1.76.0
- Updated crates
- Updated web-vault to v2024.1.2b
- Fixed some Clippy lints
- Moved lint check configuration Cargo.toml
- Fixed issue with Reset Password Enrollment when logged-in via device
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 ecc22580..d8e821e8 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.75.0" +channel = "1.76.0" components = [ "rustfmt", "clippy" ] profile = "minimal" |