mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-07-07 21:35:17 +00:00
update boxcar (#910)
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 / Benchmarks (push) Waiting to run
Test / Test (push) Waiting to run
Test / Miri (push) Waiting to run
Test / Shuttle (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 / Benchmarks (push) Waiting to run
Test / Test (push) Waiting to run
Test / Miri (push) Waiting to run
Test / Shuttle (push) Waiting to run
This commit is contained in:
parent
dc9066d667
commit
09627e4505
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ description = "A generic framework for on-demand, incrementalized computation (e
|
|||
salsa-macro-rules = { version = "0.22.0", path = "components/salsa-macro-rules" }
|
||||
salsa-macros = { version = "0.22.0", path = "components/salsa-macros", optional = true }
|
||||
|
||||
boxcar = { version = "0.2.12" }
|
||||
boxcar = "0.2.13"
|
||||
crossbeam-queue = "0.3.11"
|
||||
crossbeam-utils = "0.8.21"
|
||||
hashbrown = "0.15"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue