The package.version field in Cargo.toml is optional since Cargo 1.75. When not present, the default value is 0.0.0. This PR adds that support to cargo-apk so that it will function properly with modern Cargo.toml files which don't have that field set.
The
package.version
field inCargo.toml
is optional since Cargo 1.75. When not present, the default value is0.0.0
. This PR adds that support tocargo-apk
so that it will function properly with modernCargo.toml
files which don't have that field set.