-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Loom is currently only being used as a dependency for tests, as far as I can tell. However, it is included using [target.'cfg(loom)'.dependencies.loom].
This comes with a few issues, mainly
cargo vendorvendors dependencies of loom.- Dependencies of
loomare included in Cargo.lock when using a crate that depends on loom.cargo auditincludes dependencies of loom when using a crate that depends on loom.The workaround for these problems is to make loom an optional dependency: crossbeam-rs/crossbeam#666
from > > *cargo vendorvendors dependencies of loom.
- Dependencies of
loomare included in Cargo.lock when using a crate that depends on loom.cargo auditincludes dependencies of loom when using a crate that depends on loom.The workaround for these problems is to make loom an optional dependency: crossbeam-rs/crossbeam#666
Could this be improved? Either by making loom an optional dependency, or by moving it to dev-dependencies. Currently this is an issue for me.
Metadata
Metadata
Assignees
Labels
No labels