Skip to content

Commit edb335d

Browse files
committed
chore: Release
1 parent f187afd commit edb335d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.

gping/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gping"
3-
version = "1.20.3"
3+
version = "1.20.4"
44
authors = ["Tom Forbes <tom@tomforb.es>"]
55
edition = "2018"
66
repository = "https://github.com/orf/gping"
@@ -9,7 +9,7 @@ description = "Ping, but with a graph."
99
readme = "../readme.md"
1010

1111
[dependencies]
12-
pinger = { version = "^2.1.3", path = "../pinger" }
12+
pinger = { version = "^2.1.4", path = "../pinger" }
1313
tui = { package = "ratatui", version = "0.30.2", features = ["crossterm"], default-features = false }
1414
#crossterm = "0.29.0"
1515
anyhow = "1.0.101"

pinger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pinger"
3-
version = "2.1.3"
3+
version = "2.1.4"
44
authors = ["Tom Forbes <tom@tomforb.es>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)