From e70e468c72fc6832f53ed3fbe88bd24d77f7ccb9 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 27 May 2022 20:17:58 -0700 Subject: [PATCH] Release 0.4.1 --- rayon-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rayon-core/Cargo.toml b/rayon-core/Cargo.toml index 142a9fca2..96cf5897c 100644 --- a/rayon-core/Cargo.toml +++ b/rayon-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustc-rayon-core" -version = "0.4.0" # reminder to update html_root_url attribute +version = "0.4.1" # reminder to update html_root_url attribute authors = ["Niko Matsakis ", "Josh Stone "] description = "Core APIs for Rayon - fork for rustc"