-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
[bug] missing field version
- should not report
#101
Comments
Thanks for opening an issue, it might be one of the dependencies used for parsing that's responsible of that. Would you be interested in solving this with a pull request? |
I am not really a Rust magician, but it looks like you have pointed in the right direction: https://gitlab.com/lib.rs/cargo_toml/-/blob/main/src/cargo_toml.rs?ref_type=heads#L1540-1545 I will try to open an issue there and see if anything comes out of it. |
|
@bnjbvr would you consider making a release to give access this fix? Would be great! |
Thanks! |
Hi I have a
Cargo.toml
file without version and machete is failingwith
However, the
version
field is optional and has been for some time already.https://doc.rust-lang.org/cargo/reference/manifest.html#the-version-field
The text was updated successfully, but these errors were encountered: