Closed drahnr closed 9 months ago
Can you please elaborate on where this error comes from? Which repo? It's hard to tell without context, but I encountered a similar error when I was trying to build between the crates release when orchestra-proc-macro
was already 0.3.4 and orchestra
itself was 0.3.3. It could have been cached as well, so it may even be locally reproducible.
Bottom line, this was a breaking change, not a patch release, since the public API exposed recv_signal
from a trait that is commonly implemented in test helpers.