From 59fea640a4b7651e8dc2f576f12c2dbfb65ad2a8 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 10 May 2026 15:53:13 -0600 Subject: [PATCH] ml-dsa v0.1.0-rc.11 (#1351) This should be a true "release candidate" in that there are no additional changes intended to be made before a final release, we're just waiting for some final feedback on recent changes. --- Cargo.lock | 2 +- ml-dsa/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3781901..f916770 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,7 +815,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "ml-dsa" -version = "0.1.0-rc.10" +version = "0.1.0-rc.11" dependencies = [ "const-oid", "criterion", diff --git a/ml-dsa/Cargo.toml b/ml-dsa/Cargo.toml index 963241c..0b2d786 100644 --- a/ml-dsa/Cargo.toml +++ b/ml-dsa/Cargo.toml @@ -4,7 +4,7 @@ description = """ Pure Rust implementation of ML-DSA (formerly known as CRYSTALS-Dilithium) as described in FIPS-204 (final) """ -version = "0.1.0-rc.10" +version = "0.1.0-rc.11" edition = "2024" rust-version = "1.85" license = "Apache-2.0 OR MIT"