From 39cda9e457841a7ab70fc1d98536dc9e40a2eaaf Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 18 May 2023 19:03:37 +0200 Subject: [PATCH] tool: bump crate to 0.3.0 --- rust/tool/Cargo.lock | 2 +- rust/tool/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/tool/Cargo.lock b/rust/tool/Cargo.lock index 23f649a..a0e7de2 100644 --- a/rust/tool/Cargo.lock +++ b/rust/tool/Cargo.lock @@ -522,7 +522,7 @@ dependencies = [ [[package]] name = "lanzaboote_tool" -version = "0.1.0" +version = "0.3.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/rust/tool/Cargo.toml b/rust/tool/Cargo.toml index 982dd28..ee67083 100644 --- a/rust/tool/Cargo.toml +++ b/rust/tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lanzaboote_tool" -version = "0.1.0" +version = "0.3.0" edition = "2021" [[bin]]