feat: Fix minimum supported cargo version to 1.77

This should ensure, that our Cargo.lock file stays at version 3
when using `cargo update` or dependabot.
This commit is contained in:
Karolin Varner
2025-04-13 12:09:12 +02:00
parent a83589d76a
commit f22f4aad7d
13 changed files with 16 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ license = "MIT OR Apache-2.0"
description = "Build post-quantum-secure VPNs with WireGuard!"
homepage = "https://rosenpass.eu/"
repository = "https://github.com/rosenpass/rosenpass"
rust-version = "1.77"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html