Skip to content

Commit

Permalink
stub: pin to uefi 0.25.0 fork
Browse files Browse the repository at this point in the history
Until I rebase my changes and push it upstream properly.
  • Loading branch information
RaitoBezarius committed Jan 2, 2024
1 parent d8edacc commit e6b6631
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions rust/uefi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/uefi/linux-bootloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/nix-community/lanzaboote/"
rust-version = "1.68"

[dependencies]
uefi = { version = "0.26.0", default-features = false, features = [ "alloc", "global_allocator" ] }
uefi = { version = "0.25.0", default-features = false, features = [ "alloc", "global_allocator" ] }
# Update blocked by #237
goblin = { version = "=0.6.1", default-features = false, features = [ "pe64", "alloc" ]}
bitflags = "2.4.1"
Expand Down
4 changes: 2 additions & 2 deletions rust/uefi/stub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"
publish = false

[dependencies]
uefi = { version = "0.26.0", default-features = false, features = [ "alloc", "global_allocator" ] }
uefi-services = { version = "0.23.0", default-features = false, features = [ "panic_handler", "logger" ] }
uefi = { version = "0.25.0", default-features = false, features = [ "alloc", "global_allocator" ] }
uefi-services = { version = "0.22.0", default-features = false, features = [ "panic_handler", "logger" ] }
# Even in debug builds, we don't enable the debug logs, because they generate a lot of spam from goblin.
log = { version = "0.4.20", default-features = false, features = [ "max_level_info", "release_max_level_warn" ]}
# Use software implementation because the UEFI target seems to need it.
Expand Down

0 comments on commit e6b6631

Please sign in to comment.