Use sparse registry on nightly

Fixes #5
This commit is contained in:
Jonas Bushart 2022-08-14 15:09:22 +00:00
parent dcf4d74c21
commit 08010b773d
2 changed files with 10 additions and 0 deletions

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.3.1] - 2022-08-14
### Changed
* Use the sparse-registry on nightly for faster access to the crate registry on nightly.
<https://internals.rust-lang.org/t/call-for-testing-cargo-sparse-registry/16862>
## [1.3.0] - 2022-07-30
### Added