diff options
author | Daniel <[email protected]> | 2024-07-25 22:23:09 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-25 21:23:09 +0200 |
commit | d3351871728231485c16301cab8c6066d11ff933 (patch) | |
tree | b1104178fe8733cac258f0f4729962b17f82c7e7 | |
parent | f858523d928e6a17aee55bc7af7211934585cb80 (diff) | |
download | vaultwarden-d3351871728231485c16301cab8c6066d11ff933.tar.gz vaultwarden-d3351871728231485c16301cab8c6066d11ff933.zip |
Update rust-toolchain.toml to 1.80.0 (#4784)
-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 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" |