diff options
author | Mathijs van Veluw <[email protected]> | 2024-04-27 00:53:42 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-27 00:53:42 +0200 |
commit | 2ad33ec97f415edb2af054f527efed52b3b93a9e (patch) | |
tree | e12a2a9439fa20664e1703ff4a0b67f7ed201e94 /rust-toolchain.toml | |
parent | e1a8df96dbadfbf5ad36ce9aa2f31f34396166c2 (diff) | |
download | vaultwarden-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.toml | 2 |
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" |