We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409bab1 commit dbc41cbCopy full SHA for dbc41cb
Cargo.toml
@@ -15,6 +15,6 @@ use_tokio = ["futures", "tokio", "mio-evented"]
15
16
[dependencies]
17
futures = { version = "0.1", optional = true }
18
-nix = "0.10.0"
+nix = "0.14.0"
19
mio = { version = "0.6", optional = true }
20
tokio = { version = "0.1", optional = true }
0 commit comments