Skip to content

Commit

Permalink
Manually remove loom dependency
Browse files Browse the repository at this point in the history
This is needed to vendor this code into moz-central, see
mozilla/uniffi-rs#1736 for details.
  • Loading branch information
bendk committed Nov 20, 2023
1 parent 80f4c3f commit 1f3c657
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ std = []
# Enables async receiving by implementing Future
async = []

[target.'cfg(loom)'.dependencies]
loom = { version = "0.5.3", features = ["futures"] }

[dev-dependencies]
criterion = "0.3"

[target.'cfg(not(loom))'.dev-dependencies]
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "time"] }
async-std = { version = "1", features = ["attributes"] }

Expand Down

0 comments on commit 1f3c657

Please sign in to comment.