From b78aeff1a271863ecc75ccca37f014d33b9f6705 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 29 Sep 2023 08:33:47 -0700 Subject: [PATCH] chore: Release rustix version 0.37.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bb9247d9..885af5f91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustix" -version = "0.37.23" +version = "0.37.24" authors = [ "Dan Gohman ", "Jakub Konka ",