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