mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-03-01 06:53:10 -08:00
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:
@@ -8,6 +8,7 @@ description = "Build post-quantum-secure VPNs with WireGuard!"
|
||||
homepage = "https://rosenpass.eu/"
|
||||
repository = "https://github.com/rosenpass/rosenpass"
|
||||
readme = "readme.md"
|
||||
rust-version = "1.77"
|
||||
|
||||
[[bin]]
|
||||
name = "rosenpass"
|
||||
|
||||
Reference in New Issue
Block a user