mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
Remove unused crossbeam_utils dependency
crossbeam_utils is currently not used anywhere withing this crate so I propose to remove the dependency to (slightly) reduce compile times
This commit is contained in:
parent
2ae813e9ef
commit
23c495f82d
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)"
|
description = "A generic framework for on-demand, incrementalized computation (experimental)"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossbeam-utils = { version = "0.8", default-features = false }
|
|
||||||
indexmap = "1.0.1"
|
indexmap = "1.0.1"
|
||||||
lock_api = "0.4"
|
lock_api = "0.4"
|
||||||
log = "0.4.5"
|
log = "0.4.5"
|
||||||
|
|
Loading…
Reference in a new issue