Skip to content

Commit 6c87376

Browse files
authored
Merge pull request #70 from rustcoreutils/version
Version 0.1.7
2 parents c41ef16 + 508daab commit 6c87376

File tree

17 files changed

+40
-40
lines changed

17 files changed

+40
-40
lines changed

Cargo.lock

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

calc/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-calc"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2021"
55

66
[dependencies]

datetime/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-datetime"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

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.3"
3+
version = "0.1.7"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

display/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-display"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

file/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-file"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

fs/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-fs"
3-
version = "0.1.4"
3+
version = "0.1.7"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

misc/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-misc"
3-
version = "0.1.3"
3+
version = "0.1.7"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

pathnames/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-pathnames"
3-
version = "0.1.5"
3+
version = "0.1.7"
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.6"
3+
version = "0.1.7"
44
edition = "2021"
55
authors = ["Jeff Garzik"]
66
license = "MIT"

0 commit comments

Comments
 (0)