Skip to content

Commit 63d153b

Browse files
committed
Update to rustix 1.0.
1 parent d13bc5d commit 63d153b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ features = ['global']
2525
doctest = false
2626

2727
[target.'cfg(all(unix, not(target_arch = "wasm32")))'.dependencies]
28-
rustix = { version = "0.38.8", default-features = false, features = ["mm"] }
28+
rustix = { version = "1.0.0", default-features = false, features = ["mm"] }
2929

3030
[target.'cfg(target_os = "linux")'.dependencies]
3131
rustix-futex-sync = { version = "0.2.1", optional = true }

0 commit comments

Comments
 (0)