diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index e638ce5bd56..eb780db0c65 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.0" description = "uutils ~ 'core' uutils fuzzers" repository = "https://github.com/uutils/coreutils/tree/main/fuzz/" edition.workspace = true +rust-version.workspace = true license.workspace = true publish = false @@ -16,8 +17,8 @@ members = ["."] [workspace.package] edition = "2024" +rust-version = "1.88.0" license = "MIT" -# no need to pin rust-version for non-production # Enable debug symbols in release builds for readable backtraces # when fuzzing discovers crashes. This addresses issue #5343. diff --git a/fuzz/uufuzz/Cargo.toml b/fuzz/uufuzz/Cargo.toml index 568b831af3e..d7cc9b070a1 100644 --- a/fuzz/uufuzz/Cargo.toml +++ b/fuzz/uufuzz/Cargo.toml @@ -4,6 +4,7 @@ description = "uutils ~ 'core' uutils fuzzing library" repository = "https://github.com/uutils/coreutils/tree/main/fuzz/uufuzz" version = "0.10.0" edition.workspace = true +rust-version.workspace = true license.workspace = true [dependencies]