From 1e7cb73038f8b1c9d89ebc5c5220b020a8b68744 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 23 Dec 2023 14:43:24 -0700 Subject: [PATCH] v0.6.0-pre.5 (#506) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 023b1f4d..8a6e3789 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "crypto-bigint" -version = "0.6.0-pre.4" +version = "0.6.0-pre.5" dependencies = [ "bincode", "criterion", diff --git a/Cargo.toml b/Cargo.toml index a8ba1221..cffe5081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-bigint" -version = "0.6.0-pre.4" +version = "0.6.0-pre.5" 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,