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
I had these issues about half a year ago, and finally decided to just massage the Cargo.toml's by hand until it worked.
I hereby urge you to commit Cargo.lock, even for libraries like this one, because cargo only creates Cargo.lock if there's something lock-worthy like the examples here.
Please don't make me spend the better part of a day for the next example/experiment.
I had these issues about half a year ago, and finally decided to just massage the
Cargo.toml
's by hand until it worked.I hereby urge you to commit
Cargo.lock
, even for libraries like this one, becausecargo
only createsCargo.lock
if there's something lock-worthy like the examples here.Please don't make me spend the better part of a day for the next example/experiment.
Here is what I came up with, btw.: https://gist.github.com/namibj/beb55efb68b6663cb06bbcacece61e3b
It's not pretty, due to the path dependencies, but at compiles.
Edit: it still panics at runtime, but at least it works to some extend.
The text was updated successfully, but these errors were encountered: