From aa11fa3d6236b8379c7dafd2f4723776a28b70fd Mon Sep 17 00:00:00 2001 From: wkarwacki Date: Thu, 29 Aug 2024 20:38:20 +0200 Subject: [PATCH] bump Trust Spec to 0.1.12 --- 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 f1d75c5..5f9abd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "trust" -version = "0.1.11" +version = "0.1.12" dependencies = [ "clap", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index 3253dae..1940025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust" -version = "0.1.11" +version = "0.1.12" readme="README.md" edition = "2021" diff --git a/plugin/py-binding/Cargo.lock b/plugin/py-binding/Cargo.lock index ee2fa17..27ca863 100644 --- a/plugin/py-binding/Cargo.lock +++ b/plugin/py-binding/Cargo.lock @@ -941,7 +941,7 @@ dependencies = [ [[package]] name = "trust" -version = "0.1.11" +version = "0.1.12" dependencies = [ "clap", "convert_case", @@ -963,7 +963,7 @@ dependencies = [ [[package]] name = "trustspecpy" -version = "0.1.11" +version = "0.1.12" dependencies = [ "clap", "pyo3",