From f3af0deec0ab2199b515af340703fc3dac10f23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Duarte?= Date: Fri, 22 Nov 2024 17:31:49 +0000 Subject: [PATCH] test --- Cargo.lock | 2 +- storage/mater-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20e16e76..31a241a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8024,7 +8024,7 @@ dependencies = [ [[package]] name = "mater-cli" -version = "0.1.0" +version = "0.1.0-t" dependencies = [ "anyhow", "clap", diff --git a/storage/mater-cli/Cargo.toml b/storage/mater-cli/Cargo.toml index 420759ed..5fea1646 100644 --- a/storage/mater-cli/Cargo.toml +++ b/storage/mater-cli/Cargo.toml @@ -5,7 +5,7 @@ homepage.workspace = true license-file.workspace = true name = "mater-cli" repository.workspace = true -version = "0.1.0" +version = "0.1.0-t" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html