summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathijs van Veluw <[email protected]>2024-07-25 20:24:27 +0200
committerGitHub <[email protected]>2024-07-25 20:24:27 +0200
commit529c39c6c5c9e41e562e85d5c80ded9e0c18e7d6 (patch)
tree6eb0447fd38a2578579c600f7dc1e67d55a63c9f /Cargo.toml
parentb428481ac0047df695fb626d6c28f11ec7535cec (diff)
downloadvaultwarden-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 093f1688..c320ff0b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"