-
Notifications
You must be signed in to change notification settings - Fork 15
Build breaks due to missing rustorm/dao/Cargo.toml #4
Comments
@Ran4 Thank your for your interest on this project. |
Thanks. The new instructions removed the
(everything works fine if you would re-add the Do note that this is mostly nitpicking from me of course, a rust programmer would probably figure this out on their own with no issues, but I'm not sure who you are targeting at the moment. Being able to set something up by following the readme is usually quite valuable :) |
@Ran4 , you are right I mistakenly remove the nightly override. That's what happen when trying to fix 2 repo at the same time ( was trying to make the other repo compile to stable). Thanks for letting me know. |
This has been fixed in recent builds |
Following the "Install dependencies" step in README.md, during the "Compile and run" steps,
running e.g.
cargo run -p diwata -- --help
gives me the errorSee rust-lang/rust#40284 and rust-lang/rust#40297
A simple solution (that at least make the program run) is to add
git submodule update --init
as a step before thecargo run...
line, but I'm not sure if that's really what you want.I'm using
The text was updated successfully, but these errors were encountered: