From 22e889d1fd7cdc72cb19ba4b46b28cfd06d0e751 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Fri, 31 Oct 2025 12:04:03 +0000 Subject: [PATCH] Bump the version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d6fd59f..7a72cda9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand_core" -version = "0.9.3" +version = "0.10.0-rc-1" authors = ["The Rand Project Developers", "The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md"