Skip to content

Commit f1e395a

Browse files
committed
Inline dependency on fuchsia_backtrace
1 parent 0f72c7a commit f1e395a

File tree

2 files changed

+417
-8
lines changed

2 files changed

+417
-8
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ goblin = { version = "0.0.24", optional = true, default-features = false, featur
3737

3838
[target.'cfg(windows)'.dependencies]
3939
winapi = { version = "0.3.3", optional = true }
40-
[target.'cfg(target_os = "fuchsia")'.dependencies]
41-
fuchsia_backtrace = "0.1"
4240

4341
# Each feature controls the two phases of finding a backtrace: getting a
4442
# backtrace and then resolving instruction pointers to symbols. The default

0 commit comments

Comments
 (0)