Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove dev-dependencies on cxx-qt-lib
This was causing a duplicate build of cxx-qt-lib, which caused the file locking issues we observed in CI. This should also speed up the CI run for cargo_test, as it's not building -lib twice now. However, this doesn't yet solve the inherent issue that Cargo may run build scripts of different configurations in parallel. So this remains a TODO!
- Loading branch information