mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-07-07 21:35:17 +00:00
Update dependencies, remove unused heck
dependency (#894)
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 / Shuttle (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 / Shuttle (push) Waiting to run
Test / Benchmarks (push) Waiting to run
* Store tracked struct ids as Vec on Revisions * Use reserve * Discard changes to tests/parallel/cycle_a_t1_b_t2_fallback.rs * Try boxed slice * Use thinvec * Update dependencies, remove unused heck * Discard changes to src/function/diff_outputs.rs * Discard changes to src/tracked_struct.rs * Discard changes to src/zalsa_local.rs * Discard changes to tests/parallel/cycle_a_t1_b_t2_fallback.rs
This commit is contained in:
parent
2b5188778e
commit
14318b7266
1 changed files with 2 additions and 3 deletions
|
@ -12,8 +12,7 @@ description = "Procedural macros for the salsa crate"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
heck = "0.5.0"
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
syn = { version = "2.0.64", features = ["full", "visit-mut"] }
|
||||
synstructure = "0.13.1"
|
||||
syn = { version = "2.0.101", features = ["full", "visit-mut"] }
|
||||
synstructure = "0.13.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue