From 228a645d5dd06c61a5d660e0eadd55bf9df88992 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Tue, 27 Jun 2023 19:14:24 +0200 Subject: [PATCH] chore: Release manta version 0.6.20 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11aeaa4a..b7f82822 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1378,7 +1378,7 @@ dependencies = [ [[package]] name = "manta" -version = "0.6.19" +version = "0.6.20" dependencies = [ "base64 0.13.1", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3ef02ab7..bb09033d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros "] name = "manta" description = "Another CLI for basic/simple Shasta operations" -version = "0.6.19" +version = "0.6.20" license = "ETH Zurich" license-file = "LICENSE" documentation = "https://github.com/eth-cscs/manta/blob/main/README.md"