aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-07-25 22:23:09 +0300
committerGitHub <[email protected]>2024-07-25 21:23:09 +0200
commitd3351871728231485c16301cab8c6066d11ff933 (patch)
treeb1104178fe8733cac258f0f4729962b17f82c7e7 /rust-toolchain.toml
parentf858523d928e6a17aee55bc7af7211934585cb80 (diff)
downloadvaultwarden-d3351871728231485c16301cab8c6066d11ff933.tar.gz
vaultwarden-d3351871728231485c16301cab8c6066d11ff933.zip
Update rust-toolchain.toml to 1.80.0 (#4784)
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 58c631f0..614318d7 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,4 +1,4 @@
[toolchain]
-channel = "1.79.0"
+channel = "1.80.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"