mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-24 12:58:37 +00:00
Merge #287
287: Remove unused crossbeam_utils dependency r=nikomatsakis a=DSPOM2 crossbeam_utils is currently not used anywhere withing this crate so I propose to remove the dependency to (slightly) reduce compile times Co-authored-by: DSPOM2 <61850714+DSPOM2@users.noreply.github.com>
This commit is contained in:
commit
d830152ade
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ repository = "https://github.com/salsa-rs/salsa"
|
|||
description = "A generic framework for on-demand, incrementalized computation (experimental)"
|
||||
|
||||
[dependencies]
|
||||
crossbeam-utils = { version = "0.8", default-features = false }
|
||||
indexmap = "1.0.1"
|
||||
lock_api = "0.4"
|
||||
log = "0.4.5"
|
||||
|
|
Loading…
Reference in a new issue