diff options
author | Mathijs van Veluw <[email protected]> | 2024-01-01 15:41:54 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-01 15:41:54 +0100 |
commit | c5665e7b7767236923a1712fa14ad2d249408379 (patch) | |
tree | 128356e9842fac4a85ae2631255ffd1abe9f064f /rust-toolchain.toml | |
parent | cbdcf8ef9f1ba0f4ad63f14d366ee778979a91ee (diff) | |
download | vaultwarden-c5665e7b7767236923a1712fa14ad2d249408379.tar.gz vaultwarden-c5665e7b7767236923a1712fa14ad2d249408379.zip |
Update Rust and Crates (#4211)
- Updated Rust to v1.75.0
- Updated all the crates
- Fixed warning generated by latest version of Rust
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 6a2121cc..ecc22580 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.74.1" +channel = "1.75.0" components = [ "rustfmt", "clippy" ] profile = "minimal" |