Skip to content

0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 16:48
· 48 commits to main since this release

Added

  • PR#131 and PR#151 added support for registries other than crates.io, resolving #118. Thanks @m0ssc0de!
  • PR#152 added support for creating .cache entries when mirroring/syncing registry indices, resolving #16 and #117.
  • PR#154 added support for mirroring and syncing git submodules, which was the final missing piece for having "perfect" copying of cargo's behavior when fetching crates and registries, resolving #141.