From 29f3b2abeb1ef420e457d81b94beb663178512f4 Mon Sep 17 00:00:00 2001 From: Franklin Delehelle Date: Fri, 1 Dec 2023 13:39:27 +0100 Subject: [PATCH] chore: Release corset version 9.1.0 --- CHANGELOG.md | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee09833..9821b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ All notable changes to this project will be documented in this file. - Clippy - Update dependencies - Update tui-textarea +- Release corset version 9.0.0 ### Performance diff --git a/Cargo.lock b/Cargo.lock index 2b62065..fe8a766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "corset" -version = "9.0.0" +version = "9.1.0" dependencies = [ "anyhow", "ark-bls12-377", diff --git a/Cargo.toml b/Cargo.toml index 45daf0c..05dac2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corset" -version = "9.0.0" +version = "9.1.0" edition = "2021" rust-version = "1.70.0" authors = [ "Franklin Delehelle " ]