Skip to content

Commit 9b11753

Browse files
authored
Merge pull request #6490 from sylvestre/0.0.27
prepare version 0.0.27
2 parents 0ae6d43 + 276bebc commit 9b11753

File tree

109 files changed

+320
-320
lines changed

Some content is hidden

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

109 files changed

+320
-320
lines changed

Cargo.lock

Lines changed: 107 additions & 107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 103 additions & 103 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.26"
3+
version = "0.0.27"
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.26"
3+
version = "0.0.27"
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.26"
3+
version = "0.0.27"
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.26"
3+
version = "0.0.27"
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.26"
3+
version = "0.0.27"
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.26"
3+
version = "0.0.27"
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.26"
3+
version = "0.0.27"
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.26"
3+
version = "0.0.27"
44
authors = ["uutils developers"]
55
license = "MIT"
66
description = "chgrp ~ (uutils) change the group ownership of FILE"

0 commit comments

Comments
 (0)