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 = [ diff --git a/rust/stub/Cargo.lock b/rust/stub/Cargo.lock index c29adee..1583acd 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 d26badb..6cea344 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 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]]