Skip to content

Commit

Permalink
Bump nix
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Mar 12, 2023
1 parent 2b14bdd commit 116d3fe
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 @@ -41,7 +41,7 @@ tokio_1 = { package = "tokio", version = "1.15", default-features = false, optio

#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.23", optional = true }
nix = { version = "0.26", optional = true }

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

0 comments on commit 116d3fe

Please sign in to comment.