File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.3.5] - 2023-01-21
11
+
12
+ ### Changed
13
+
14
+ * Use the newly stabilized setting to enable sparse registry access.
15
+ This speeds up access to the crate registry and is in addition to the unstable nightly env var.
16
+ < https://github.com/rust-lang/cargo/pull/11224 >
17
+
10
18
## [ 1.3.4] - 2022-10-15
11
19
12
20
### Changed
Original file line number Diff line number Diff line change 65
65
# Enable faster sparse index on nightly
66
66
# https://internals.rust-lang.org/t/call-for-testing-cargo-sparse-registry/16862
67
67
echo "CARGO_UNSTABLE_SPARSE_REGISTRY=true" >> $GITHUB_ENV
68
+ # Enable sparse index after stabilization
69
+ # https://github.com/rust-lang/cargo/pull/11224
70
+ echo "REGISTRIES_CRATES_IO_PROTOCOL=sparse" >> $GITHUB_ENV
68
71
shell : bash
69
72
- name : " Install Rust Problem Matcher"
70
73
run : echo "::add-matcher::${{ github.action_path }}/rust.json"
You can’t perform that action at this time.
0 commit comments