mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-20 22:42:55 -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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user