Skip to content

Commit

Permalink
epoch: Remove unused autocfg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 8, 2024
1 parent e02133b commit 0935295
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crossbeam-epoch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ nightly = ["crossbeam-utils/nightly"]
# patch versions of crossbeam may make breaking changes to them at any time.
loom = ["loom-crate", "crossbeam-utils/loom"]

[build-dependencies]
autocfg = "1"

[dependencies]
crossbeam-utils = { version = "0.8.18", path = "../crossbeam-utils", default-features = false }

Expand Down

0 comments on commit 0935295

Please sign in to comment.