You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version masking of local dependencies is not being applied to local workspace dependencies that are defined in the root Cargo.toml under [workspace.dependencies]. This causes the version resolution to fail in cargo cook
The version masking of local dependencies is not being applied to local workspace dependencies that are defined in the root
Cargo.toml
under[workspace.dependencies]
. This causes the version resolution to fail incargo cook
https://github.com/LukeMathWalker/cargo-chef/blob/main/src/skeleton/version_masking.rs#L71
only handles dependencies under
target.*
and without any prefix. It should be extended by theworkspace
parent key.The text was updated successfully, but these errors were encountered: