Skip to content

Commit 3f3e141

Browse files
committed
Bump version to v0.1.5
1 parent 368229c commit 3f3e141

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

pid1-exe/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pid1-exe"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
readme = "../README.md"
66
homepage = "https://github.com/fpco/pid1-rs"
@@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
pid1 = { path = "../pid1", version = "0.1.1" }
15+
pid1 = { path = "../pid1" }
1616
signal-hook = "0.3.18"
1717
clap = { version = "4.5.41", default-features = false, features = ["std", "derive", "help"]}
1818

pid1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pid1"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
readme = "../README.md"
66
homepage = "https://github.com/fpco/pid1-rs"

0 commit comments

Comments
 (0)