Closed abdulmth closed 4 months ago
Thank you for letting us know. I'm really sorry about this.
Quick fix. Version 0.3.7 introduces sending priority messages to subsystems. If you don't need it, you can keep version 0.3.6. Or you can just import the necessary structs from orchestra.
Next steps. However, updating to the patch version shouldn't bring any code changes. I'll take care of that.
@abdulmth, we yanked v0.3.7 and released v0.4.0.
It shouldn't require any changes if you only use macros. But you will need to add new methods for Sender implementations if you use any.
The following project doesn't compile anymore when using the newest version 0.3.7 of orchestra.
with the following error
Pinning the indirect orchestra dependency to the version 0.3.6 fixes the issue (Make sure the version is reflected in the cargo.lock file)
I might be wrong but probably the latest release is the issue here.