From 7122f64c8513a034e8887bb2acf12b59636eba02 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Tue, 7 Nov 2023 15:29:07 +0000 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- gping/Cargo.toml | 2 +- pinger/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea53d4ea5..823789dc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -605,7 +605,7 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pinger" -version = "0.14.0" +version = "1.0.0" dependencies = [ "anyhow", "dns-lookup", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index 685303532..11b0047e0 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -10,7 +10,7 @@ build = "build.rs" readme = "../readme.md" [dependencies] -pinger = { version = "^0.14.0", path = "../pinger" } +pinger = { version = "^1.0.0", path = "../pinger" } tui = { package = "ratatui", version = "0.24.0", features = ["crossterm"], default_features = false } crossterm = "0.27.0" anyhow = "1.0.75" diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml index 0caedc3c7..7044b6bcc 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pinger" -version = "0.14.0" +version = "1.0.0" authors = ["Tom Forbes "] edition = "2018" license = "MIT"