-
Notifications
You must be signed in to change notification settings - Fork 67
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
Manifest parse errors despite using latest version of Rust #355
Comments
Thanks for the report! What does rustup show say and which is used by default just off curiosity ? There is some logic going how the used rustc etc. gets selected. Manifest parsing is more involved. We had ~this before: #181 so it may be related. We are currently on latest cargo dependency which I think was 0.63 I will need to replicate and see what is going on. |
@alexschrod Could you share your Cargo.toml please or the relevant bit re: what it is complaining is fine. Thanks! |
I'm using the stable, default toolchain as my default, and there are no overrides active in my project as far as I can tell:
You can clone the repo I'm getting this behavior on if that helps: https://github.com/alexschrod/nombytes |
EDIT: I should have realised straight off it was the cargo (as a library) dependency :D I had a brainfreeze 🤣 I have a that itchy feeling this is some rust target specific thing.. namedly windows I have to investigate but I don't have windows machine so have to figure MS ISO or VM It works fine for me on both rustup default stable and nightly in Ubuntu and docker
$ rustup show installed toolchainsstable-x86_64-unknown-linux-gnu (default) installed targets for active toolchainwasm32-unknown-unknown active toolchainstable-x86_64-unknown-linux-gnu (default) |
Oh, I just noticed something; not sure if it matters, but both on my Windows and my WSL2 Ubuntu installs, I'm getting
when doing |
Oh yeah 🤦♀️ ... I should have released our 0.63 dependency change |
Did you pull the release from crates.io or main from github ? I should really push a release out ! thnaks for reminding 💜 |
I've just done |
yeah it pulls it from the crates.io.. this is my neglect of forgetting to release. I will do one now. Thank you so much 💜 |
I have a feeling we solved #181 as well 🥳 |
@alexschrod fyi the release is out 🥳 |
Which is odd, because namespaced features has been stable since 1.60 and none of the other cargo tools I have are choking on my Cargo.toml.
The text was updated successfully, but these errors were encountered: