diff options
author | Mathijs van Veluw <[email protected]> | 2024-07-25 20:24:27 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-25 20:24:27 +0200 |
commit | 529c39c6c5c9e41e562e85d5c80ded9e0c18e7d6 (patch) | |
tree | 6eb0447fd38a2578579c600f7dc1e67d55a63c9f /Cargo.toml | |
parent | b428481ac0047df695fb626d6c28f11ec7535cec (diff) | |
download | vaultwarden-529c39c6c5c9e41e562e85d5c80ded9e0c18e7d6.tar.gz vaultwarden-529c39c6c5c9e41e562e85d5c80ded9e0c18e7d6.zip |
Update Rust, Crates and GHA (#4783)
- Update Rust to v1.80.0
- Updated GitHub Actions
- Updated crates
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ name = "vaultwarden" version = "1.0.0" authors = ["Daniel GarcĂa <[email protected]>"] edition = "2021" -rust-version = "1.78.0" +rust-version = "1.79.0" resolver = "2" repository = "https://github.com/dani-garcia/vaultwarden" |