diff options
author | Tom Forbes <tom@tomforb.es> | 2020-11-13 14:56:16 +0000 |
---|---|---|
committer | Tom Forbes <tom@tomforb.es> | 2020-11-13 14:56:16 +0000 |
commit | 0e023195e8675c85b6dbf3294e83d4e4d5616928 (patch) | |
tree | 49bc1ae8d9b86e92f4938ed9b0c48a0d705bfd56 | |
parent | b590cdf3d5b205760ec54b713015233e7544504f (diff) |
(cargo-release) version 0.1.3v0.1.3
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "gping" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "crossterm", @@ -1,6 +1,6 @@ [package] name = "gping" -version = "0.1.2" +version = "0.1.3" authors = ["Tom Forbes <tom@tomforb.es>"] edition = "2018" repository = "https://github.com/orf/gping" |