mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Commits changed Cargo.toml in dd
This commit is contained in:
parent
994b4d9a3e
commit
bb0d70965d
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1911,7 +1911,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uu_dd"
|
name = "uu_dd"
|
||||||
version = "0.0.6"
|
version = "0.0.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byte-unit",
|
"byte-unit",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "uu_dd"
|
name = "uu_dd"
|
||||||
version = "0.0.6"
|
version = "0.0.7"
|
||||||
authors = ["uutils developers"]
|
authors = ["uutils developers"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "dd ~ (uutils) copy and convert files"
|
description = "dd ~ (uutils) copy and convert files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue