Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use path specifiers for workspace deps in dev-dependencies (#587)
See https://github.com/MarcoIeni/release-plz/blob/main/crates/release_plz/Cargo.toml#L51-L53 for examples Main point: if you have dev-dependencies, then you are compiling this from a checkout, which means you don't need to resolve these from crates.io Our release automater, release-plz, doesn't order crates in dev-dependencies before release, and we can resolve from path instead for running benches
- Loading branch information