* chore(deps): Bump tower from 0.4.11 to 0.4.12 Bumps [tower](https://github.com/tower-rs/tower) from 0.4.11 to 0.4.12. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.11...tower-0.4.12) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update workspace-hack Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raphael Taylor-Davies <r.taylordavies@googlemail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitattributes | ||
| Cargo.toml | ||
| README.md | ||
| build.rs | ||
README.md
workspace-hack
This crate is a "workspace hack" crate managed by cargo hakari.
Its purpose is to unify the features used by all crates in the workspace so that the crates share more dependencies and rebuild crates less. There are more details in hakari's documentation.
CI failures
If the workspace_hack_checks CI job is failing, there are two possible reasons and solutions:
- If
cargo hakari generate --difffails, that means a crate has started or stopped using a feature of some crate and that feature isn't up-to-date in theworkspace-hackcrate. To fix this, runcargo hakari generateand commit the changes. - If
cargo hakari manage-deps --dry-runfails, that means a crate in the workspace isn't depending on theworkspace-hackcrate. To fix this, runcargo hakari manage-depsand commit the changes.