From 63d153bf7d1815aaa4ce25b01a98ca91fcd688ff Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 6 Mar 2025 12:00:23 -0800 Subject: [PATCH] Update to rustix 1.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6345e9..eb93550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ features = ['global'] doctest = false [target.'cfg(all(unix, not(target_arch = "wasm32")))'.dependencies] -rustix = { version = "0.38.8", default-features = false, features = ["mm"] } +rustix = { version = "1.0.0", default-features = false, features = ["mm"] } [target.'cfg(target_os = "linux")'.dependencies] rustix-futex-sync = { version = "0.2.1", optional = true }