Skip to content

0.18.0

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 20 Feb 08:03
· 2 commits to main since this release

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.