Skip to content

Commit 2246a0f

Browse files
committed
0.0.24 => 0.0.25
1 parent a1198a3 commit 2246a0f

File tree

108 files changed

+212
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+212
-212
lines changed

Cargo.toml

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

src/uu/arch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uu_arch"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["uutils developers"]
55
license = "MIT"
66
description = "arch ~ (uutils) display machine architecture"

src/uu/base32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uu_base32"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["uutils developers"]
55
license = "MIT"
66
description = "base32 ~ (uutils) decode/encode input (base32-encoding)"

src/uu/base64/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uu_base64"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["uutils developers"]
55
license = "MIT"
66
description = "base64 ~ (uutils) decode/encode input (base64-encoding)"

src/uu/basename/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uu_basename"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["uutils developers"]
55
license = "MIT"
66
description = "basename ~ (uutils) display PATHNAME with leading directory components removed"

src/uu/basenc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uu_basenc"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["uutils developers"]
55
license = "MIT"
66
description = "basenc ~ (uutils) decode/encode input"

src/uu/cat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uu_cat"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["uutils developers"]
55
license = "MIT"
66
description = "cat ~ (uutils) concatenate and display input"

src/uu/chcon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uu_chcon"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["uutils developers"]
55
license = "MIT"
66
description = "chcon ~ (uutils) change file security context"

src/uu/chgrp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uu_chgrp"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["uutils developers"]
55
license = "MIT"
66
description = "chgrp ~ (uutils) change the group ownership of FILE"

src/uu/chmod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uu_chmod"
3-
version = "0.0.24"
3+
version = "0.0.25"
44
authors = ["uutils developers"]
55
license = "MIT"
66
description = "chmod ~ (uutils) change mode of FILE"

0 commit comments

Comments
 (0)