-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fails to compile on aarch64 with rust 1.82.0 : root Cargo.toml is missing field version
#25
Comments
version
version
Hm, seems weird that cargo is behaving differently for both targets. This CI run on 1.82 also didn't error on macos with an m1. The version field shouldn't be required as the root package is never published (https://doc.rust-lang.org/cargo/reference/manifest.html#the-version-field, since 1.75), can you double check your rust/cargo version? Might be a cargo bug. edit: does it maybe work with |
$ rustc --version $ cargo --version $ machine |
Nope. $ cargo build --workspace
error: failed to parse manifest at `/Users/davidr/workspaces/tinywasm/Cargo.toml`
Caused by:
missing field `version`
in `package` |
In my personal projects I use |
Hm, odd. I don't have my mac setup with me right now so I can check in a couple of days. Until then I guess just adding a "0.0.0" version to the root I'm using |
No rush. Just wanted it added to the backlog, for visibility. |
On a Mac:
On an arm32v7 Raspberry Pi, it builds fine.
The text was updated successfully, but these errors were encountered: