aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorMathijs van Veluw <[email protected]>2024-01-01 15:41:54 +0100
committerGitHub <[email protected]>2024-01-01 15:41:54 +0100
commitc5665e7b7767236923a1712fa14ad2d249408379 (patch)
tree128356e9842fac4a85ae2631255ffd1abe9f064f /rust-toolchain.toml
parentcbdcf8ef9f1ba0f4ad63f14d366ee778979a91ee (diff)
downloadvaultwarden-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.toml2
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"