summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-09-11 11:46:43 +0200
committerAram Drevekenin <aram@poor.dev>2020-09-11 11:46:43 +0200
commit32c330dc67bc5cf187d31875b3f2a2d95a840766 (patch)
tree9a423c1e91022ea43c0f17e0b1266c4697b173f3 /Cargo.toml
parent166af007a993a6cb32d476d6764024d6389e39c5 (diff)
fix(build): do not download windows build deps on other platforms0.18.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 23a2f5f..32f055c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
edition = "2018"
name = "bandwhich"
description = "Display current network utilization by process, connection and remote IP/hostname"
-version = "0.18.0"
+version = "0.18.1"
homepage = "https://github.com/imsnif/bandwhich"
repository = "https://github.com/imsnif/bandwhich"
readme = "README.md"
@@ -48,7 +48,6 @@ cargo-insta = "0.11.0"
packet-builder = "0.5.0"
regex = "1"
-[build-dependencies]
-#[target.'cfg(target_os="windows")'.build-dependencies]
+[target.'cfg(target_os="windows")'.build-dependencies]
http_req = "0.7.0"
zip = "0.5.6"