Skip to content

Commit

Permalink
Remove obsolete rustc-serialize references (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet committed May 6, 2024
1 parent e151306 commit 8664630
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cfg-if = "1.0"
rustc-demangle = "0.1.4"

# Optionally enable the ability to serialize a `Backtrace`, controlled through
# the `serialize-*` features below.
# the `serialize-serde` feature below.
serde = { version = "1.0", optional = true, features = ['derive'] }

# Optionally demangle C++ frames' symbols in backtraces.
Expand Down Expand Up @@ -68,10 +68,6 @@ default = ["std"]
# Include std support. This enables types like `Backtrace`.
std = []

#=======================================
# Methods of serialization
#
# Various features used for enabling rustc-serialize or syntex codegen.
serialize-serde = ["serde"]

#=======================================
Expand Down

0 comments on commit 8664630

Please sign in to comment.