From 13ea83dbfb1750cfe0d4091618a5d5180bfef8bd Mon Sep 17 00:00:00 2001 From: wkarwacki Date: Tue, 27 Aug 2024 21:16:36 +0200 Subject: [PATCH] bump trust spec py and trust spec cli to 0.1.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- plugin/py-binding/Cargo.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7dc657c..f1d75c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "trust" -version = "0.1.10" +version = "0.1.11" dependencies = [ "clap", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index 0144f7b..3253dae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust" -version = "0.1.10" +version = "0.1.11" readme="README.md" edition = "2021" diff --git a/plugin/py-binding/Cargo.lock b/plugin/py-binding/Cargo.lock index 57ceee4..ee2fa17 100644 --- a/plugin/py-binding/Cargo.lock +++ b/plugin/py-binding/Cargo.lock @@ -941,7 +941,7 @@ dependencies = [ [[package]] name = "trust" -version = "0.1.10" +version = "0.1.11" dependencies = [ "clap", "convert_case", @@ -963,7 +963,7 @@ dependencies = [ [[package]] name = "trustspecpy" -version = "0.1.10" +version = "0.1.11" dependencies = [ "clap", "pyo3",