From 6534992521aaef40684b110616da2e3c1b7e6bbf Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 12 Oct 2023 14:57:26 -0700 Subject: [PATCH] chore: Release rustix version 0.36.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f27933c9..4a609e446 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustix" -version = "0.36.15" +version = "0.36.16" authors = [ "Dan Gohman ", "Jakub Konka ",