You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Rust 1.75.0 the version field is optional. I have a crate without version. But when running cargo author I get:
error: failed to load manifest for workspace member `/foo`
caused by: failed to load manifest for workspace member `/foo`
caused by: failed to parse manifest at `/foo/Cargo.toml`
caused by: missing field `version`
in `package`
I guess this crate must upgrade its version on cargo for it to work?
The text was updated successfully, but these errors were encountered:
Since Rust 1.75.0 the
version
field is optional. I have a crate without version. But when runningcargo author
I get:I guess this crate must upgrade its version on
cargo
for it to work?The text was updated successfully, but these errors were encountered: