From ba70b3be4f4918d5b79b85376ebff247fed529b8 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 10 Sep 2024 14:42:54 -0600 Subject: [PATCH] crypto-bigint v0.6.0-rc.4 (#672) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97bac292..e26b8aec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,7 +210,7 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-bigint" -version = "0.6.0-rc.3" +version = "0.6.0-rc.4" dependencies = [ "bincode", "criterion", diff --git a/Cargo.toml b/Cargo.toml index bbff2972..78dfb6b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-bigint" -version = "0.6.0-rc.3" +version = "0.6.0-rc.4" description = """ Pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time,