-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo install is failing #107
Comments
Ah I see it's because the toolchain is 1.72 which is used when I build from the repo, and something does not work on 1.76 which is used when I use |
It looks like mdbook 0.4.37 bumped pulldown-cmark to 10.0.0, but mdbook-graphviz depends on pulldown-cmark-to-cmark 11.2 (which does not yet support pulldown-cmark 10.0.0). I am able to build it with mdbook 0.4.36 and pulldown-cmark 0.9.6, but as @tautschnig mentioned source changes in pulldown-cmark-to-cmark and here are needed. |
- There is an issue with mdbook v0.4.37 and mdbook-graphviz - [issue 107](dylanowen/mdbook-graphviz#107)
- There is an issue with mdbook v0.4.37 and mdbook-graphviz - [issue 107](dylanowen/mdbook-graphviz#107)
- There is an issue with mdbook v0.4.37 and mdbook-graphviz - [issue 107](dylanowen/mdbook-graphviz#107)
- There is an issue with mdbook v0.4.37 and mdbook-graphviz - dylanowen/mdbook-graphviz#107
Does installing with the --locked flag fix the problem? You may also have to stay back on mdbook version 0.4.26 until this crate's dependencies can be updated.
|
|
Even 0.4.36 worked for me, it's only the latest 0.4.37 that has issues |
Should be fixed in #116 Just need a new release to go out. |
Confirming that this works fine now (model-checking/kani#3136 demonstrates it). Thank you! |
Can confirm as well, updated to latest together with |
I have a version already installed from before, so I know it's working... but when I try to
cargo install mdbook-graphviz --force
it no longer works, using all the latest (Rust 1.76).Works when I build from the repo directly though, might just be a dependency version thing and needs a republish
The text was updated successfully, but these errors were encountered: