Breaking Changes
- Update MSRV
HashMode::from_manifest
now checks for sourceforge/fosshub hash modes after generic hash modes- This allows manifest authors to specify a different form of hash extraction
that takes precedent over sourceforge/fosshub extraction
- This allows manifest authors to specify a different form of hash extraction
Added
- Implemented
get
method forAutoupdateArchitecture
to get the config for a given architecture - Implemented
Index
trait forAutoupdateArchitecture
to get the config for a given architecture - Implemented
get_mut
method forAutoupdateArchitecture
to get a mutable reference to the config for a given architecture - Implemented
get_best
method forAutoupdateArchitecture
to get the best available config for a given architecture
Full Changelog: v0.19.1...v0.20.0