File tree 2 files changed +8
-1
lines changed 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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
17
## [ 1.3.5] - 2023-01-21
11
18
12
19
### Changed
Original file line number Diff line number Diff line change 67
67
echo "CARGO_UNSTABLE_SPARSE_REGISTRY=true" >> $GITHUB_ENV
68
68
# Enable sparse index after stabilization
69
69
# 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
71
71
shell : bash
72
72
- name : " Install Rust Problem Matcher"
73
73
run : echo "::add-matcher::${{ github.action_path }}/rust.json"
You can’t perform that action at this time.
0 commit comments