We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943b4f6 commit e30d48eCopy full SHA for e30d48e
src/hyperlight_host/Cargo.toml
@@ -23,7 +23,7 @@ workspace = true
23
[dependencies]
24
gdbstub = { version = "0.7.6", optional = true }
25
gdbstub_arch = { version = "0.3.2", optional = true }
26
-goblin = { version = "0.10" }
+goblin = { version = "0.10", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }
27
rand = { version = "0.9" }
28
cfg-if = { version = "1.0.1" }
29
libc = { version = "0.2.174" }
0 commit comments