tool: bump crate to 0.3.0

This commit is contained in:
Raito Bezarius 2023-05-18 19:03:37 +02:00
parent cc428efc86
commit 39cda9e457
2 changed files with 2 additions and 2 deletions

2
rust/tool/Cargo.lock generated
View File

@ -522,7 +522,7 @@ dependencies = [
[[package]] [[package]]
name = "lanzaboote_tool" name = "lanzaboote_tool"
version = "0.1.0" version = "0.3.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lanzaboote_tool" name = "lanzaboote_tool"
version = "0.1.0" version = "0.3.0"
edition = "2021" edition = "2021"
[[bin]] [[bin]]