From baa72f1fadddc9555c83bc8a9ec8dc69a6b641b3 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 20 Nov 2023 19:08:31 -0700 Subject: [PATCH] Bump version to v0.6.0-pre This version bump does not signify a release, but that we are starting a new round of breaking changes, as proposed in #268. The first actual prerelease with an associated crate released to crates.io will be versioned v0.6.0-pre.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1831ff3c..877407c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "crypto-bigint" -version = "0.5.5" +version = "0.6.0-pre" dependencies = [ "bincode", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 0bace43d..668891ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-bigint" -version = "0.5.5" +version = "0.6.0-pre" 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,