Skip to content

Commit bc3ccee

Browse files
committed
Remove some goblin features we don't need
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent e291e45 commit bc3ccee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ workspace = true
2323
[dependencies]
2424
gdbstub = { version = "0.7.6", optional = true }
2525
gdbstub_arch = { version = "0.3.2", optional = true }
26-
goblin = { version = "0.10" }
26+
goblin = { version = "0.10", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }
2727
rand = { version = "0.9" }
2828
cfg-if = { version = "1.0.1" }
2929
libc = { version = "0.2.174" }

0 commit comments

Comments
 (0)