You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for the proc macro to work properly, it needs to reference the orch_response types.
Initially, I used ::orch::response (exposed the orch_response from inside orch as orch::response) and it worked great in external creates (like magic-cli), right up until the point where I needed to use the proc macro from withinorch.
Until this is properly resolved, consumers of this library will need to also add orch_response as a dependency.
The text was updated successfully, but these errors were encountered:
Currently, for the proc macro to work properly, it needs to reference the
orch_response
types.Initially, I used
::orch::response
(exposed theorch_response
from insideorch
asorch::response
) and it worked great in external creates (likemagic-cli
), right up until the point where I needed to use the proc macro from withinorch
.Until this is properly resolved, consumers of this library will need to also add
orch_response
as a dependency.The text was updated successfully, but these errors were encountered: