Merge pull request #180 from nix-community/sync-packages-ver

chore: sync our crates version to latest tag
This commit is contained in:
nikstur 2023-05-19 00:36:31 +02:00 committed by GitHub
commit 7ed294c84d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View File

@ -215,6 +215,7 @@
pkgs.qemu pkgs.qemu
pkgs.nixpkgs-fmt pkgs.nixpkgs-fmt
pkgs.statix pkgs.statix
pkgs.cargo-release
]; ];
inputsFrom = [ inputsFrom = [

2
rust/stub/Cargo.lock generated
View File

@ -87,7 +87,7 @@ dependencies = [
[[package]] [[package]]
name = "lanzaboote_stub" name = "lanzaboote_stub"
version = "0.1.0" version = "0.3.0"
dependencies = [ dependencies = [
"bitflags 2.2.1", "bitflags 2.2.1",
"goblin", "goblin",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lanzaboote_stub" name = "lanzaboote_stub"
version = "0.1.0" version = "0.3.0"
edition = "2021" edition = "2021"
publish = false publish = false
# For UEFI target # For UEFI target

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]]