doing grep '^version' yields two results instead of one since we introduced the am workspace in pr #131, as Cargo.toml has now two version fields, one for workspace.package and one for package. as the later one just uses the workspace one anyways, we only check for the workspace one now.
doing
grep '^version'
yields two results instead of one since we introduced theam
workspace in pr #131, asCargo.toml
has now twoversion
fields, one forworkspace.package
and one forpackage
. as the later one just uses the workspace one anyways, we only check for the workspace one now.Checklist
Changelog updated