From 88b4d416b212300c4eee5355cd208967264a9288 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 3 Apr 2026 09:04:58 -0600 Subject: [PATCH] ml-kem v0.3.0-rc.2 --- Cargo.lock | 2 +- ml-kem/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 196ed64..6eb6b5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,7 +785,7 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" [[package]] name = "ml-kem" -version = "0.3.0-rc.1" +version = "0.3.0-rc.2" dependencies = [ "const-oid", "criterion", diff --git a/ml-kem/Cargo.toml b/ml-kem/Cargo.toml index 09f9e37..e744368 100644 --- a/ml-kem/Cargo.toml +++ b/ml-kem/Cargo.toml @@ -4,7 +4,7 @@ description = """ Pure Rust implementation of the Module-Lattice-Based Key-Encapsulation Mechanism Standard (formerly known as Kyber) as described in FIPS 203 """ -version = "0.3.0-rc.1" +version = "0.3.0-rc.2" edition = "2024" rust-version = "1.85" license = "Apache-2.0 OR MIT"