From 5ff2b629e1bab9f511c39dd60c7e8253e60998a2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 9 Dec 2023 08:55:09 -0800 Subject: [PATCH] chore: Release rustix version 0.38.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71aef4370..b28809015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustix" -version = "0.38.27" +version = "0.38.28" authors = [ "Dan Gohman ", "Jakub Konka ",