Skip to content

Commit

Permalink
Merge pull request #71 from printfn/master
Browse files Browse the repository at this point in the history
Update nix to 0.20
  • Loading branch information
Detegr committed Feb 23, 2021
2 parents dedc984 + 8c46fb4 commit e002097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -13,7 +13,7 @@ exclude = ["/.travis.yml", "/appveyor.yml"]
edition = "2018"

[target.'cfg(unix)'.dependencies]
nix = "0.18"
nix = "0.20"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["consoleapi", "handleapi", "synchapi", "winbase"] }
Expand Down

0 comments on commit e002097

Please sign in to comment.