Conversation
0b842f4 to
188a5e6
Compare
188a5e6 to
9cf539c
Compare
|
@wtdcode |
|
CI is red =/. |
|
When I understand this correct the problem is that the CI tries to build the unicorn-engine crate based on the latest unicorn-engine-sys crate of crates.io. This fails because I have no clue what is the best way to fix this. |
Oh seems true. I need to figure out how to fix this. |
Use --workspace to test publish all crates in the workspace. Now the crates of the repo are used as dependency to test if the publish works.
|
using |
needs: unicorn-engine/unicorn#2270