Merge pull request #238 from nix-community/goblin-update

stub: pin to current goblin version
This commit is contained in:
Julian Stecklina 2023-10-15 14:47:19 +00:00 committed by GitHub
commit 82530e530b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ rust-version = "1.68"
[dependencies]
uefi = { version = "0.25.0", default-features = false, features = [ "alloc", "global_allocator" ] }
goblin = { version = "0.6.1", default-features = false, features = [ "pe64", "alloc" ]}
# Update blocked by #237
goblin = { version = "=0.6.1", default-features = false, features = [ "pe64", "alloc" ]}
bitflags = "2.3.3"
# Even in debug builds, we don't enable the debug logs, because they generate a lot of spam from goblin.