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
package.version field in Cargo.toml is now optional and defaults to 0.0.0. Packages without the package.version field cannot be published. rust-lang/cargo#12786
Since Cargo 1.75 package.version is optional:
Cargo Chef currently doesn't support this, failing with error:
Looks like an update to https://github.com/LukeMathWalker/cargo-manifest will be required. Will raise a supporting PR there first.
The text was updated successfully, but these errors were encountered: