diff --git a/Cargo.lock b/Cargo.lock index bef24f1..34b7b93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,7 +645,7 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" [[package]] name = "ml-dsa" -version = "0.1.0-rc.2" +version = "0.1.0-rc.3" dependencies = [ "const-oid", "criterion", diff --git a/ml-dsa/Cargo.toml b/ml-dsa/Cargo.toml index b72a614..d0b27bf 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.2" +version = "0.1.0-rc.3" edition = "2024" rust-version = "1.85" license = "Apache-2.0 OR MIT"