Skip to content

Commit d7a6340

Browse files
authored
Merge pull request #30 from hermit-os/dependabot/cargo/goblin-0.8
Update goblin requirement from 0.7 to 0.8
2 parents 557c768 + 0a01f3f commit d7a6340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"]
2121

2222
[dependencies]
2323
align-address = "0.1"
24-
goblin = { version = "0.7", default-features = false, features = ["elf64"], optional = true }
24+
goblin = { version = "0.8", default-features = false, features = ["elf64"], optional = true }
2525
log = { version = "0.4", optional = true }
2626
plain = { version = "0.2", optional = true }
2727
time = { version = "0.3", default-features = false }

0 commit comments

Comments
 (0)