Skip to content

Commit 6f6276e

Browse files
committed
Revert "Compat with 1.25.0"
This reverts commit 6e45341.
1 parent e9e0789 commit 6f6276e

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
@@ -19,6 +19,8 @@ cfg-if = "0.1.6"
1919
rustc-demangle = "0.1.4"
2020
backtrace-sys = { path = "backtrace-sys", version = "0.1.17", optional = true }
2121
libc = { version = "0.2.45", default-features = false }
22+
core = { version = "1.0.0", optional = true, package = 'rustc-std-workspace-core' }
23+
compiler_builtins = { version = '0.1.2', optional = true }
2224

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

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

0 commit comments

Comments
 (0)