Skip to content

Commit

Permalink
stub: pin goblin (again)
Browse files Browse the repository at this point in the history
... because of #237. Now renovate should ignore this.
  • Loading branch information
blitz committed Oct 16, 2023
1 parent ace18ed commit bb5b2de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -14,7 +14,7 @@ rust-version = "1.68"
[dependencies]
uefi = { version = "0.25.0", default-features = false, features = [ "alloc", "global_allocator" ] }
# Update blocked by #237
goblin = { version = "=0.7.1", default-features = false, features = [ "pe64", "alloc" ]}
goblin = { version = "=0.6.1", default-features = false, features = [ "pe64", "alloc" ]}
bitflags = "2.4.1"

# Even in debug builds, we don't enable the debug logs, because they generate a lot of spam from goblin.
Expand Down

0 comments on commit bb5b2de

Please sign in to comment.