Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc committed May 2, 2021
1 parent fc0cb6b commit 1151c3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ cpp_demangle = { default-features = false, version = "0.3.0", optional = true }

# Optional dependencies enabled through the `gimli-symbolize` feature, do not
# use these features directly.
addr2line = { version = "0.15.0", optional = true, default-features = false }
#addr2line = { version = "0.15.0", optional = true, default-features = false }
addr2line = { git = "https://github.com/philipc/addr2line", rev="1001b04e33cbb7093a86156ba4cf78ecc0128def", optional = true, default-features = false }
miniz_oxide = { version = "0.4.0", optional = true, default-features = false }
[dependencies.object]
version = "0.23"
Expand Down

0 comments on commit 1151c3b

Please sign in to comment.