From 2eedbb2fa1e18a11f44df10fa41ef82a6756caf3 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 10 Sep 2023 08:57:23 -0700 Subject: [PATCH] chore: Release rustix version 0.38.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07d3eefcf..9ca0cf7f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustix" -version = "0.38.12" +version = "0.38.13" authors = [ "Dan Gohman ", "Jakub Konka ",