From c1cb7d6b39f86bba251b00c7f540ebfabbc4bc6b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 11 Jun 2023 06:41:56 -0700 Subject: [PATCH] chore: Release rustix version 0.37.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5181034eb..05f41c6da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustix" -version = "0.37.19" +version = "0.37.20" authors = [ "Dan Gohman ", "Jakub Konka ",