summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-11 15:44:15 +0100
committerAram Drevekenin <aram@poor.dev>2019-11-11 15:44:15 +0100
commit53c9d8ab054ea663efecfdb4a2827ed3a32dec67 (patch)
tree9ec780e7cf513f1e59cc2dfb866d0b9531173cdb
parentddd1429feb88460f5b45844f7e61617cabc6b691 (diff)
fix(package): sync version0.3.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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"