Skip to content

Commit dbc41cb

Browse files
committed
bump nix to 0.14 to fix compilation issues
1 parent 409bab1 commit dbc41cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ use_tokio = ["futures", "tokio", "mio-evented"]
1515

1616
[dependencies]
1717
futures = { version = "0.1", optional = true }
18-
nix = "0.10.0"
18+
nix = "0.14.0"
1919
mio = { version = "0.6", optional = true }
2020
tokio = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)