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"