Skip to content

Commit

Permalink
Merge pull request #45 from rustcoreutils/version
Browse files Browse the repository at this point in the history
Version 0.1.6
  • Loading branch information
jgarzik authored Apr 15, 2024
2 parents 2c9ff22 + ab36df4 commit f3ea9d2
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 45 deletions.
81 changes: 44 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion calc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "posixutils-calc"
version = "0.1.3"
version = "0.1.6"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion datetime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "posixutils-datetime"
version = "0.1.3"
version = "0.1.6"
edition = "2021"
authors = ["Jeff Garzik"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion display/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "posixutils-display"
version = "0.1.3"
version = "0.1.6"
edition = "2021"
authors = ["Jeff Garzik"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion file/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "posixutils-file"
version = "0.1.4"
version = "0.1.6"
edition = "2021"
authors = ["Jeff Garzik"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion plib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plib"
version = "0.1.4"
version = "0.1.6"
edition = "2021"
authors = ["Jeff Garzik"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion text/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "posixutils-text"
version = "0.1.4"
version = "0.1.6"
edition = "2021"
authors = ["Jeff Garzik"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "posixutils-tree"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["Jeff Garzik"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion users/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "posixutils-users"
version = "0.1.4"
version = "0.1.6"
edition = "2021"
authors = ["Jeff Garzik"]
license = "MIT"
Expand Down

0 comments on commit f3ea9d2

Please sign in to comment.