Skip to content

Commit dc7b283

Browse files
committed
Revert "Compat with 1.25.0"
This reverts commit aedcae4.
1 parent c1d8692 commit dc7b283

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ cfg-if = "0.1.6"
1818
rustc-demangle = "0.1.4"
1919
backtrace-sys = { path = "crates/backtrace-sys", version = "0.1.17", optional = true }
2020
libc = { version = "0.2.45", default-features = false }
21+
core = { version = "1.0.0", optional = true, package = 'rustc-std-workspace-core' }
22+
compiler_builtins = { version = '0.1.2', optional = true }
2123

2224
# Optionally enable the ability to serialize a `Backtrace`
2325
serde = { version = "1.0", optional = true }
@@ -112,6 +114,14 @@ verify-winapi = [
112114
'winapi/winbase',
113115
'winapi/winnt',
114116
]
117+
rustc-dep-of-std = [
118+
'backtrace-sys/rustc-dep-of-std',
119+
'cfg-if/rustc-dep-of-std',
120+
'core',
121+
'compiler_builtins',
122+
'libc/rustc-dep-of-std',
123+
'rustc-demangle/rustc-dep-of-std',
124+
]
115125

116126
[[example]]
117127
name = "backtrace"

0 commit comments

Comments
 (0)