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
Package 'maia-wasm' depends from internal 'maia-json' which is not a workspace member. Listed workspace members only will be published.
I believe that the cause is that maia-wasm has a path dependency for maia-json (it also has a version dependency for this package, so running cargo publish inside the maia-wasm folder does work). There are no workspaces being used here.
I'm hitting the following error:
I believe that the cause is that
maia-wasm
has apath
dependency formaia-json
(it also has aversion
dependency for this package, so runningcargo publish
inside themaia-wasm
folder does work). There are no workspaces being used here.CI action run: https://github.com/maia-sdr/maia-sdr/actions/runs/11305761163/job/31445621585
CI workflow YAML: https://github.com/maia-sdr/maia-sdr/blob/main/.github/workflows/publish.yml
The text was updated successfully, but these errors were encountered: