From 46ede3ae6ce4ee6eb5a664f6f22b6085eab7ffe1 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 23 Oct 2025 15:47:43 -0600 Subject: [PATCH] bignp256+sm2 v0.14.0-rc.0 --- Cargo.lock | 4 ++-- bignp256/Cargo.toml | 2 +- sm2/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 216add01c..d82b786fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "bignp256" -version = "0.14.0-pre.0" +version = "0.14.0-rc.0" dependencies = [ "belt-hash", "criterion", @@ -1230,7 +1230,7 @@ dependencies = [ [[package]] name = "sm2" -version = "0.14.0-pre.0" +version = "0.14.0-rc.0" dependencies = [ "der", "elliptic-curve", diff --git a/bignp256/Cargo.toml b/bignp256/Cargo.toml index 576d72d26..644ee7ba5 100644 --- a/bignp256/Cargo.toml +++ b/bignp256/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bignp256" -version = "0.14.0-pre.0" +version = "0.14.0-rc.0" description = """ Pure Rust implementation of the Bign P-256 (a.k.a. bign-curve256v1) elliptic curve as defined in STB 34.101.45-2013, with diff --git a/sm2/Cargo.toml b/sm2/Cargo.toml index 60a84bce9..7549af3e0 100644 --- a/sm2/Cargo.toml +++ b/sm2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sm2" -version = "0.14.0-pre.0" +version = "0.14.0-rc.0" description = """ Pure Rust implementation of the SM2 elliptic curve as defined in the Chinese national standard GM/T 0003-2012 as well as ISO/IEC 14888. Includes support for