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

@@ -3,6 +3,7 @@ name = "rosenpass-fuzzing"
version = "0.0.1"
publish = false
edition = "2021"
rust-version = "1.77"
[features]
experiment_libcrux = ["rosenpass-ciphers/experiment_libcrux_all"]