From f85bca98fb6e59d6361dbb568f0008001572c67b Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Sun, 4 Jan 2026 07:33:54 +0000 Subject: [PATCH] Bump versions to 0.10.0-rc.6 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- rand_chacha/Cargo.toml | 2 +- rand_pcg/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efec914e39..dffafe7641 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rand" -version = "0.10.0-rc.5" +version = "0.10.0-rc.6" dependencies = [ "chacha20", "getrandom", @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "rand_chacha" -version = "0.10.0-rc.1" +version = "0.10.0-rc.6" dependencies = [ "getrandom", "ppv-lite86", @@ -196,7 +196,7 @@ checksum = "f66ee92bc15280519ef199a274fe0cafff4245d31bc39aaa31c011ad56cb1f05" [[package]] name = "rand_pcg" -version = "0.10.0-rc.1" +version = "0.10.0-rc.6" dependencies = [ "postcard", "rand_core", diff --git a/Cargo.toml b/Cargo.toml index 622f73ff57..77393ba55e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand" -version = "0.10.0-rc.5" +version = "0.10.0-rc.6" authors = ["The Rand Project Developers", "The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/rand_chacha/Cargo.toml b/rand_chacha/Cargo.toml index aa19d735ea..cde00d2d5d 100644 --- a/rand_chacha/Cargo.toml +++ b/rand_chacha/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand_chacha" -version = "0.10.0-rc.1" +version = "0.10.0-rc.6" authors = ["The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors"] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/rand_pcg/Cargo.toml b/rand_pcg/Cargo.toml index b4c13c0c5f..ffe02398af 100644 --- a/rand_pcg/Cargo.toml +++ b/rand_pcg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand_pcg" -version = "0.10.0-rc.1" +version = "0.10.0-rc.6" authors = ["The Rand Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md"