Skip to content

Commit

Permalink
Remove unused autocfg dependency
Browse files Browse the repository at this point in the history
Usage of this was removed in commit da4df87 PR Amanieu#189
  • Loading branch information
faern committed Nov 24, 2019
1 parent 74de9bc commit e0cdcdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ lazy_static = "1.0"
# Used when testing out serde support.
bincode = {version = "1.1.3"}

[build-dependencies]
autocfg = "0.1.6"

[features]
default = []
owning_ref = ["lock_api/owning_ref"]
Expand Down
3 changes: 0 additions & 3 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ petgraph = { version = "0.4.5", optional = true }
thread-id = { version = "3.2.0", optional = true }
backtrace = { version = "0.3.2", optional = true }

[build-dependencies]
autocfg = "0.1.6"

[target.'cfg(unix)'.dependencies]
libc = "0.2.55"

Expand Down

0 comments on commit e0cdcdc

Please sign in to comment.