Skip to content

Commit a77f915

Browse files
author
Pat Hickey
committed
update nix dependency to 0.27
this version requires the ioctl feature to be enabled to build our source
1 parent 9970ff6 commit a77f915

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
@@ -12,7 +12,7 @@ readme = "README.md"
1212
bitflags = "2.2.1"
1313
cfg-if = "^1.0.0"
1414
libc = "0.2.65"
15-
nix = "0.26"
15+
nix = { version = "0.27", features = ["ioctl"] }
1616
thiserror = "1.0.4"
1717
userfaultfd-sys = { path = "userfaultfd-sys", version = "^0.4.0" }
1818

0 commit comments

Comments
 (0)