Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
1 change: 1 addition & 0 deletions fuzz/uufuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading