From 53c9d8ab054ea663efecfdb4a2827ed3a32dec67 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 11 Nov 2019 15:44:15 +0100 Subject: fix(package): sync version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7604529..63fcc1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "what" -version = "0.3.1" +version = "0.3.2" dependencies = [ "cargo-insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ef26c9d..7afc6ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" name = "what" description = "Display current network utilization by process, connection and remote IP/hostname" -version = "0.3.1" +version = "0.3.2" homepage = "https://github.com/imsnif/what" repository = "https://github.com/imsnif/what" readme = "README.md" -- cgit v1.2.3