From eb4a5d204785ae1febc6bcaf3cfb0017a813e896 Mon Sep 17 00:00:00 2001 From: Kornel Date: Mon, 14 Mar 2022 12:35:15 +0000 Subject: [PATCH] (cargo-release) version 0.23.1 --- Cargo.lock | 2 +- crev-common/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93abd1e9..79a52c67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "crev-common" -version = "0.23.0" +version = "0.23.1" dependencies = [ "base64", "blake2", diff --git a/crev-common/Cargo.toml b/crev-common/Cargo.toml index fc2f8aaa..b62d68fb 100644 --- a/crev-common/Cargo.toml +++ b/crev-common/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "crev-common" -version = "0.23.0" +version = "0.23.1" description = "Scalable, social, Code REView system that we desperately need - common code" authors = ["Dawid Ciężarkiewicz "] documentation = "https://docs.rs/crev-lib"