-
Notifications
You must be signed in to change notification settings - Fork 107
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
toml fails to compile due to IndexMap #539
Comments
Is that While |
Note that for
|
That was a tree output from the successful build I ran locally. Arrg, okay, maybe I was reading the tree output wrong - I thought there were two
I'll ask about the cargo tree, but I think they're only installing it (no project dir) so that may not be easy to get. The
So I think the |
Okay, so to summarize (for my own sake)
So updating to |
re #524
I think this issue also occurs on
toml
per: andrewbaxter/genemichaels#72I wasn't able to reproduce it unfortunately,
toml
is a transitive dep. After patching in a fork of the parent dep though I saw both indexmap feature "default" and "std" appearing in the cargo tree separately:(Sorry if this is off base though, I'm not even sure how autocfg is included by indexmap - AFAICT it doesn't even appear in the Cargo.toml so I may be out of my depth)
The text was updated successfully, but these errors were encountered: