From c9b9025577d0e1f831c9ebb054a5ac00b7a89796 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 23 Dec 2019 09:08:32 +0100 Subject: chore(release): 0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5420c90..9d28eba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1647,7 +1647,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "what" -version = "0.5.0" +version = "0.5.1" dependencies = [ "async-trait 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "cargo-insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 23d9ae3..e9c1a4a 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.5.0" +version = "0.5.1" homepage = "https://github.com/imsnif/what" repository = "https://github.com/imsnif/what" readme = "README.md" -- cgit v1.2.3