0.18.0
Changed
- PR#82 resolved #81, updating the hash calculation to match cargo 1.85.0. The decision of the hash calculation is based on the cargo version, which can be specified by the user via
IndexLocation::cargo_version
, defaulting to retrieving the version from the current environment if not specified allowing the calculation to work regardless of which cargo version is used. - PR#82 added a re-export of
semver::Version
.