Skip to content

Commit

Permalink
fix(build): do not download windows build deps on other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
imsnif committed Sep 11, 2020
1 parent 166af00 commit 32c330d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit 32c330d

Please sign in to comment.