File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.3.1] - 2022-08-14
11+
12+ ### Changed
13+
14+ * Use the sparse-registry on nightly for faster access to the crate registry on nightly.
15+ < https://internals.rust-lang.org/t/call-for-testing-cargo-sparse-registry/16862 >
16+
1017## [ 1.3.0] - 2022-07-30
1118
1219### Added
Original file line number Diff line number Diff line change 6262 echo "CARGO_TERM_COLOR=always" >> $GITHUB_ENV
6363 echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
6464 echo "RUSTFLAGS=-D warnings" >> $GITHUB_ENV
65+ # Enable faster sparse index on nightly
66+ # https://internals.rust-lang.org/t/call-for-testing-cargo-sparse-registry/16862
67+ echo "CARGO_UNSTABLE_SPARSE_REGISTRY=true" >> $GITHUB_ENV
6568 shell : bash
6669 - name : " Install Rust Problem Matcher"
6770 run : echo "::add-matcher::${{ github.action_path }}/rust.json"
You can’t perform that action at this time.
0 commit comments