Skip to content

Commit 08c2534

Browse files
authored
Merge pull request #88 from rustcoreutils/version
Version 0.1.9
2 parents df071f8 + 9c74351 commit 08c2534

File tree

6 files changed

+47
-40
lines changed

6 files changed

+47
-40
lines changed

Cargo.lock

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

dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "posixutils-dev"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

plib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plib"
3-
version = "0.1.7"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "posixutils-sys"
3-
version = "0.1.7"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

text/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "posixutils-text"
3-
version = "0.1.7"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "posixutils-tree"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

0 commit comments

Comments
 (0)