From 4041293646c0a94bc4fe7eda998882016334e2d4 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 20 Jan 2026 08:05:23 -0700 Subject: [PATCH] chacha20 v0.10.0-rc.8 --- Cargo.lock | 2 +- chacha20/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0879cacd..f51d97c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "chacha20" -version = "0.10.0-rc.7" +version = "0.10.0-rc.8" dependencies = [ "cfg-if", "cipher", diff --git a/chacha20/Cargo.toml b/chacha20/Cargo.toml index f661dffa..fbe12019 100644 --- a/chacha20/Cargo.toml +++ b/chacha20/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chacha20" -version = "0.10.0-rc.7" +version = "0.10.0-rc.8" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"