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.
2 parents 557c768 + 0a01f3f commit d7a6340Copy full SHA for d7a6340
Cargo.toml
@@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"]
21
22
[dependencies]
23
align-address = "0.1"
24
-goblin = { version = "0.7", default-features = false, features = ["elf64"], optional = true }
+goblin = { version = "0.8", default-features = false, features = ["elf64"], optional = true }
25
log = { version = "0.4", optional = true }
26
plain = { version = "0.2", optional = true }
27
time = { version = "0.3", default-features = false }
0 commit comments