From 5b764b597e2bb8776a59292d62e33fab83e288ec Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 5 Jul 2023 06:53:25 -0700 Subject: [PATCH] chore: Release rustix version 0.36.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12b834c1e..4d1b1dc14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustix" -version = "0.36.14" +version = "0.36.15" authors = [ "Dan Gohman ", "Jakub Konka ",