File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
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.6] - 2023-01-31
11+
12+ ### Fixed
13+
14+ * The the correct environment variable to enable the sparse registry access.
15+ The pull request originally had the wrong value, without ` CARGO_ ` prefix.
16+
1017## [ 1.3.5] - 2023-01-21
1118
1219### Changed
Original file line number Diff line number Diff line change 6767 echo "CARGO_UNSTABLE_SPARSE_REGISTRY=true" >> $GITHUB_ENV
6868 # Enable sparse index after stabilization
6969 # https://github.com/rust-lang/cargo/pull/11224
70- echo "REGISTRIES_CRATES_IO_PROTOCOL =sparse" >> $GITHUB_ENV
70+ echo "CARGO_REGISTRIES_CRATES_IO_PROTOCOL =sparse" >> $GITHUB_ENV
7171 shell : bash
7272 - name : " Install Rust Problem Matcher"
7373 run : echo "::add-matcher::${{ github.action_path }}/rust.json"
You can’t perform that action at this time.
0 commit comments