0.11.1 - 2021-10-28
This release is equal to v0.11.0, except that the automated 'release build and packaging' task was fixed.
The release notes for v0.11.0 have been included below.
0.11.0 - 2021-10-28
- Added
--release-sourcewhich allows users to select a rust-releases source. Thanks @pjsier - A message is now shown to inform users when the index is being updated. Thanks @pjsier
- Verify can now also read and use the
package.rust-versionMSRV key in theCargo.tomlmanifest. - When the
package.editionis set, the first release supporting this edition will now be set as the minimum version.
This behaviour can be disabled by providing the--no-read-min-editionflag. Thanks @clanghout