Skip to content

Commit

Permalink
Merge pull request #496 from glandium/comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Nov 27, 2022
2 parents 6c1d4ac + 0051f0a commit e6110bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ rustc-serialize = { version = "0.3", optional = true }
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.18.0", default-features = false }
miniz_oxide = { version = "0.6.0", default-features = false }

Expand All @@ -61,7 +59,7 @@ dylib-dep = { path = "crates/dylib-dep" }
libloading = "0.7"

[features]
# By default libstd support and gimli-symbolize is used to symbolize addresses.
# By default libstd support is enabled.
default = ["std"]

# Include std support. This enables types like `Backtrace`.
Expand Down

0 comments on commit e6110bf

Please sign in to comment.