Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Mar 1, 2021
1 parent f16000d commit 5c90e0e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "if-watch"
version = "0.1.8"
version = "0.2.0"
authors = ["David Craven <david@craven.ch>", "Parity Technologies Limited <admin@parity.io>"]
edition = "2018"
keywords = ["asynchronous", "routing"]
Expand All @@ -9,20 +9,20 @@ description = "crossplatform asynchronous network watcher"
repository = "https://github.com/dvc94ch/if-watch"

[dependencies]
futures-lite = "1.11.2"
futures-lite = "1.11.3"
ipnet = "2.3.0"
libc = "0.2.81"
log = "0.4.11"
libc = "0.2.86"
log = "0.4.14"

[target.'cfg(not(windows))'.dependencies]
async-io = "1.3.0"
async-io = "1.3.1"

[target.'cfg(not(target_os = "linux"))'.dependencies]
if-addrs = "0.6.5"

[target.'cfg(windows)'.dependencies]
futures = { version = "0.3.8", default-features = false }
futures = { version = "0.3.13", default-features = false }
winapi = { version = "0.3.9", features = ["netioapi", "ntdef", "winerror", "ws2def"] }

[dev-dependencies]
env_logger = "0.8.2"
env_logger = "0.8.3"

0 comments on commit 5c90e0e

Please sign in to comment.