mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
prepare release 0.2.0
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
co-authored by
Daniel Hofstetter
parent
57c6747dc5
commit
59b94e181d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user