prepare release 0.2.0

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
Sylvestre Ledru
2025-09-06 13:14:20 +02:00
co-authored by Daniel Hofstetter
parent 57c6747dc5
commit 59b94e181d
6 changed files with 239 additions and 239 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ name = "uufuzz"
authors = ["uutils developers"]
description = "uutils ~ 'core' uutils fuzzing library"
repository = "https://github.com/uutils/coreutils/tree/main/fuzz/uufuzz"
version = "0.1.0"
version = "0.2.0"
edition.workspace = true
license.workspace = true
@@ -12,5 +12,5 @@ console = "0.16.0"
libc = "0.2.153"
rand = { version = "0.9.0", features = ["small_rng"] }
similar = "2.5.0"
uucore = { version = "0.1.0", path = "../../src/uucore", features = ["parser"] }
uucore = { version = "0.2.0", path = "../../src/uucore", features = ["parser"] }
tempfile = "3.15.0"