mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-07-07 21:35:17 +00:00
Only enable boxcar/loom
when loom
feature is enabled (#869)
Some checks are pending
Book / Book (push) Waiting to run
Book / Deploy (push) Blocked by required conditions
Release-plz / Release-plz release (push) Waiting to run
Release-plz / Release-plz PR (push) Waiting to run
Test / Test (push) Waiting to run
Test / Miri (push) Waiting to run
Test / Benchmarks (push) Waiting to run
Some checks are pending
Book / Book (push) Waiting to run
Book / Deploy (push) Blocked by required conditions
Release-plz / Release-plz release (push) Waiting to run
Release-plz / Release-plz PR (push) Waiting to run
Test / Test (push) Waiting to run
Test / Miri (push) Waiting to run
Test / Benchmarks (push) Waiting to run
This commit is contained in:
parent
96eeecb5af
commit
4818b15f3b
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ description = "A generic framework for on-demand, incrementalized computation (e
|
|||
salsa-macro-rules = { version = "0.21.1", path = "components/salsa-macro-rules" }
|
||||
salsa-macros = { version = "0.21.1", path = "components/salsa-macros", optional = true }
|
||||
|
||||
boxcar = { version = "0.2.12", features = ["loom"] }
|
||||
boxcar = { version = "0.2.12" }
|
||||
crossbeam-queue = "0.3.11"
|
||||
dashmap = { version = "6", features = ["raw-api"] }
|
||||
hashbrown = "0.15"
|
||||
|
@ -36,7 +36,7 @@ loom = { version = "0.7.2", optional = true }
|
|||
default = ["salsa_unstable", "rayon", "macros"]
|
||||
# FIXME: remove `salsa_unstable` before 1.0.
|
||||
salsa_unstable = []
|
||||
loom = ["dep:loom"]
|
||||
loom = ["dep:loom", "boxcar/loom"]
|
||||
macros = ["dep:salsa-macros"]
|
||||
|
||||
# This interlocks the `salsa-macros` and `salsa` versions together
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue