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

@@ -8,6 +8,7 @@ description = "Rosenpass internal utilities for constant time crypto implementat
homepage = "https://rosenpass.eu/"
repository = "https://github.com/rosenpass/rosenpass"
readme = "readme.md"
rust-version = "1.77"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html