Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Respect
Cargo.lock
when building containers (#700)
Building the shuttle containers was failing during the `cargo chef cook` step because of a cyclic dependency introduced by an upstream crate. This did not happen when building outside of a container, because the versions pinned by `Cargo.lock` did not contain any cycles. See tkaitchuck/aHash#95
- Loading branch information