File tree 2 files changed +10
-0
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
17
## [ 1.3.0] - 2022-07-30
11
18
12
19
### Added
Original file line number Diff line number Diff line change 62
62
echo "CARGO_TERM_COLOR=always" >> $GITHUB_ENV
63
63
echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
64
64
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
65
68
shell : bash
66
69
- name : " Install Rust Problem Matcher"
67
70
run : echo "::add-matcher::${{ github.action_path }}/rust.json"
You can’t perform that action at this time.
0 commit comments