Skip to content

Commit

Permalink
I forgot to remove the backtrace dependency in the EL2 rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Osspial authored and felixrabe committed Jun 23, 2019
1 parent 33c00ea commit b2cf8b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dispatch = "0.1.4"
objc = "0.2.3"

[target.'cfg(target_os = "windows")'.dependencies]
backtrace = "0.3"
bitflags = "1"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ extern crate serde;

#[cfg(target_os = "windows")]
extern crate winapi;
#[cfg(target_os = "windows")]
extern crate backtrace;
#[macro_use]
#[cfg(target_os = "windows")]
extern crate bitflags;
Expand Down

0 comments on commit b2cf8b1

Please sign in to comment.