From a14f165a773acff451a7261d9d38f6dbecc02b17 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sun, 16 Jul 2023 01:13:50 +0200 Subject: [PATCH] chore: Release manta version 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 561c521a..20287459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1905,7 +1905,7 @@ dependencies = [ [[package]] name = "manta" -version = "0.8.0" +version = "0.8.1" dependencies = [ "base64 0.13.1", "cargo-dist", diff --git a/Cargo.toml b/Cargo.toml index 81105ee2..130c56ab 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.8.0" +version = "0.8.1" license-file = "LICENSE" documentation = "https://github.com/eth-cscs/manta/blob/main/README.md" homepage = "https://github.com/eth-cscs/manta/blob/main/README.md"