From 32c330dc67bc5cf187d31875b3f2a2d95a840766 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 11 Sep 2020 11:46:43 +0200 Subject: fix(build): do not download windows build deps on other platforms --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 5 ++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 516d593..3f4adca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [0.18.1] - 2020-09-11 + +* HOTFIX: do not build windows build-dependencies on other platforms + ## [0.18.0] - 2020-09-11 ### Added diff --git a/Cargo.lock b/Cargo.lock index 9ef60cb..caefc0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "bandwhich" -version = "0.18.0" +version = "0.18.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 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" -- cgit v1.2.3