Skip to content

Commit

Permalink
Bump nix to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Feb 25, 2021
1 parent ddabb71 commit 1a09522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tokio_1 = { package = "tokio", version = "1", default-features = false, optional

#kqueue needs nix
[target.'cfg(any(target_os = "bitrig", target_os = "dragonfly", target_os = "freebsd", target_os = "ios", target_os = "macos", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
nix = { version = "0.19", optional = true }
nix = { version = "0.20", optional = true }

[target.'cfg(any(target_arch = "wasm32"))'.dependencies]
wasm-bindgen = "0.2"
Expand Down

0 comments on commit 1a09522

Please sign in to comment.