From e03f4604837280df8691b4469e4760447492f9c1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 10 Mar 2025 08:55:28 -0700 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 2927cff..4e4f0b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ repository = "https://github.com/bytecodealliance/arf-strings" exclude = ["/.github"] [target.'cfg(not(windows))'.dependencies] -rustix = "0.38.0" +rustix = "1.0.0"