Skip to content

Commit aedcae4

Browse files
committed
Compat with 1.25.0
1 parent c000c9c commit aedcae4

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
@@ -19,8 +19,6 @@ 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 }
2422

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

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

0 commit comments

Comments
 (0)