Merge pull request #238 from nix-community/goblin-update
stub: pin to current goblin version
This commit is contained in:
commit
82530e530b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue