Skip to content

Commit 4200442

Browse files
authored
Upgrade goblin to 0.2 (#295)
1 parent 190b2f9 commit 4200442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cpp_demangle = { default-features = false, version = "0.2.3", optional = true }
3737
addr2line = { version = "0.11.0", optional = true, default-features = false, features = ['std'] }
3838
findshlibs = { version = "0.5.0", optional = true }
3939
memmap = { version = "0.7.0", optional = true }
40-
goblin = { version = "0.1.3", optional = true, default-features = false, features = ['elf32', 'elf64', 'mach32', 'mach64', 'pe32', 'pe64', 'std'] }
40+
goblin = { version = "0.2", optional = true, default-features = false, features = ['elf32', 'elf64', 'mach32', 'mach64', 'pe32', 'pe64', 'std'] }
4141

4242
[target.'cfg(windows)'.dependencies]
4343
winapi = { version = "0.3.3", optional = true }

0 commit comments

Comments
 (0)