From 2f5d34e08d71a2702bd19ec17bdf06175147fa56 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Thu, 18 Dec 2025 18:52:25 +0000 Subject: [PATCH] Bump crate version to 0.10.0-rc-3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 195d0c3b..3d2517f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand_core" -version = "0.10.0-rc-2" +version = "0.10.0-rc-3" authors = ["The Rand Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md"