From cc428efc862d9169f5c826f342ed9938c89ba70c Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 18 May 2023 19:02:43 +0200 Subject: [PATCH 1/3] flake: add cargo-release --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 828988a..b511a82 100644 --- a/flake.nix +++ b/flake.nix @@ -215,6 +215,7 @@ pkgs.qemu pkgs.nixpkgs-fmt pkgs.statix + pkgs.cargo-release ]; inputsFrom = [ From 39cda9e457841a7ab70fc1d98536dc9e40a2eaaf Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 18 May 2023 19:03:37 +0200 Subject: [PATCH 2/3] 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]] From ad28b4cd017b5eb2bc4cd3c4240dc5cc1bf3908f Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 18 May 2023 19:03:42 +0200 Subject: [PATCH 3/3] stub: bump crate to 0.3.0 --- rust/stub/Cargo.lock | 2 +- rust/stub/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/stub/Cargo.lock b/rust/stub/Cargo.lock index 6c21c4b..7e94ad5 100644 --- a/rust/stub/Cargo.lock +++ b/rust/stub/Cargo.lock @@ -87,7 +87,7 @@ dependencies = [ [[package]] name = "lanzaboote_stub" -version = "0.1.0" +version = "0.3.0" dependencies = [ "bitflags 2.2.1", "goblin", diff --git a/rust/stub/Cargo.toml b/rust/stub/Cargo.toml index bceed92..92367e5 100644 --- a/rust/stub/Cargo.toml +++ b/rust/stub/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lanzaboote_stub" -version = "0.1.0" +version = "0.3.0" edition = "2021" publish = false # For UEFI target