Skip to content

Commit 805c2bf

Browse files
committed
Compat with 1.25.0
1 parent 7b8f697 commit 805c2bf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ 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 }
2321

2422
# Optionally enable the ability to serialize a `Backtrace`
2523
serde = { version = "1.0", optional = true }
@@ -114,14 +112,6 @@ verify-winapi = [
114112
'winapi/winbase',
115113
'winapi/winnt',
116114
]
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-
]
125115

126116
[[example]]
127117
name = "backtrace"

0 commit comments

Comments
 (0)