Closed tversteeg closed 7 months ago
Hey @tversteeg, thanks for the issue!
I managed to reproduce the error investigating with your repository.
The root cause is not due to the virtual manifest, but rather tied to the fact that blit
is dependent on itself, because of its dependency pixel-game-lib
which has blit
as a dependency.
I submitted a PR with a fix.
Thanks for finding and resolving that @adriencaccia, that must not have been straightforward!
@tversteeg The fix is available in https://github.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.4.1, let me know if that works for you 😉 Thanks again for the issue
I'm trying to integrate CodSpeed into this repo which contains a virtual manifest. So the
Cargo.toml
contains a[workspace]
section but the main package is not included in it.When I run
cargo codspeed build
I get the following output:There's no way to select the main package, which should be selected by default anyway.