Skip to content

Commit

Permalink
Upgrade addr2line to 0.17 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Nov 1, 2021
1 parent 6478345 commit 73f23d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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.16.0", default-features = false }
addr2line = { version = "0.17.0", default-features = false }
miniz_oxide = { version = "0.4.0", default-features = false }
[dependencies.object]
version = "0.27.0"
Expand Down

0 comments on commit 73f23d7

Please sign in to comment.