We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5bb36e + a597188 commit 51a48bcCopy full SHA for 51a48bc
Cargo.toml
@@ -14,13 +14,9 @@ rust-version = "1.68"
14
[features]
15
default = ["std"]
16
std = []
17
-
18
-[dependencies]
19
-# On compilers older than 1.65, features=["backtrace"] may be used to enable
20
-# backtraces via the `backtrace` crate. This feature has no effect on 1.65+
21
-# besides bringing in an unused dependency, as `std::backtrace` is always
22
-# preferred.
23
-backtrace = { version = "0.3.51", optional = true }
+# Compatibility with the old backtrace optional dependency; allow
+# specifying backtrace as a feature without breaking
+backtrace = []
24
25
[dev-dependencies]
26
futures = { version = "0.3", default-features = false }
0 commit comments