Skip to content

Commit b2e26e2

Browse files
author
Kai Luo
committed
Upgrade object and addr2line
1 parent 86647a0 commit b2e26e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ rustc-serialize = { version = "0.3", optional = true }
3737
# Optionally demangle C++ frames' symbols in backtraces.
3838
cpp_demangle = { default-features = false, version = "0.4.0", optional = true, features = ["alloc"] }
3939

40-
addr2line = { version = "0.19.0", default-features = false }
40+
addr2line = { version = "0.20.0", default-features = false }
4141
miniz_oxide = { version = "0.6.0", default-features = false }
4242

4343
[dependencies.object]
44-
version = "0.30.0"
44+
version = "0.31.0"
4545
default-features = false
46-
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']
46+
features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive']
4747

4848
[target.'cfg(windows)'.dependencies]
4949
winapi = { version = "0.3.9", optional = true }

0 commit comments

Comments
 (0)