Skip to content

Commit

Permalink
(cargo-release) version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Sep 12, 2021
1 parent e2dba6c commit 132a7ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 gping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Ping, but with a graph."
#rust = "1.44.0"

[dependencies]
pinger = { version = "^0.3.6-alpha.0", path = "../pinger" }
pinger = { version = "^0.3.6", path = "../pinger" }
structopt = "0.3.23"
tui = { version = "0.16.0", features = ["crossterm"], default_features = false }
crossterm = "0.21.0"
Expand Down
2 changes: 1 addition & 1 deletion pinger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pinger"
version = "0.3.6-alpha.0"
version = "0.3.6"
authors = ["Tom Forbes <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 132a7ee

Please sign in to comment.