aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorBlackDex <[email protected]>2023-08-28 16:48:42 +0200
committerBlackDex <[email protected]>2023-08-31 22:45:53 +0200
commit32543c46daee97b32129595cdd837c39d40792ca (patch)
treea1b214872797c938c952cb84acaef5d6b188ae53 /rust-toolchain.toml
parent66bff73ebf5a8e7dd024b932a9ccbc0b3197865a (diff)
downloadvaultwarden-32543c46daee97b32129595cdd837c39d40792ca.tar.gz
vaultwarden-32543c46daee97b32129595cdd837c39d40792ca.zip
Update Rust and Crates
- 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`
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 00000000..f0263f9f
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,4 @@
+[toolchain]
+channel = "1.72.0"
+components = [ "rustfmt", "clippy" ]
+profile = "minimal"