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
This dependency in the Cargo.toml causes the example to not compile because of missing dependency. It's referencing ../crates/moonshine-util but there is not such dir. I am guessing there was some breaking change at one point and this was forgotten to update? CI would be good for this.
The text was updated successfully, but these errors were encountered:
My plan is to eventually merge this crate into moonshine-core.
That still wouldn't solve the dependency issue you're describing though, but it might make it easier because then at least if you grab Core, all the local dependencies should be self-contained.
I definitely need a CI workflow, but I haven't had the bandwidth to set it up. I'd take help from anyone offering!
This dependency in the
Cargo.toml
causes the example to not compile because of missing dependency. It's referencing../crates/moonshine-util
but there is not such dir. I am guessing there was some breaking change at one point and this was forgotten to update? CI would be good for this.The text was updated successfully, but these errors were encountered: