diff options
author | Tom Forbes <tom@tomforb.es> | 2022-03-25 00:31:36 +0000 |
---|---|---|
committer | Tom Forbes <tom@tomforb.es> | 2022-03-25 00:31:36 +0000 |
commit | 9e624060411df16cdd45b306997aa13041da4d54 (patch) | |
tree | cd84e2465308468f9272424392a501bf104d3602 | |
parent | 93dcd4d3c15c463406bef141f22f349d4de65d09 (diff) |
(cargo-release) version 1.3.1pinger-v0.4.1gping-v1.3.1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | gping/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "gping" -version = "1.3.0" +version = "1.3.1" dependencies = [ "anyhow", "chrono", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index 51f0c59..e9a52c9 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gping" -version = "1.3.0" +version = "1.3.1" authors = ["Tom Forbes <tom@tomforb.es>"] edition = "2018" repository = "https://github.com/orf/gping" |