aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorMathijs van Veluw <[email protected]>2024-04-27 00:53:42 +0200
committerGitHub <[email protected]>2024-04-27 00:53:42 +0200
commit2ad33ec97f415edb2af054f527efed52b3b93a9e (patch)
treee12a2a9439fa20664e1703ff4a0b67f7ed201e94 /rust-toolchain.toml
parente1a8df96dbadfbf5ad36ce9aa2f31f34396166c2 (diff)
downloadvaultwarden-2ad33ec97f415edb2af054f527efed52b3b93a9e.tar.gz
vaultwarden-2ad33ec97f415edb2af054f527efed52b3b93a9e.zip
Update Crate and Rust (#4522)
* Update Crate and Rust - Updated all crates - Updated Rust to the latest patch version * Updated GitHub Actions
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 d39770b2..2fa00154 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,4 +1,4 @@
[toolchain]
-channel = "1.77.0"
+channel = "1.77.2"
components = [ "rustfmt", "clippy" ]
profile = "minimal"