Skip to content

Commit 66b4a59

Browse files
committed
Attempt to fix 1.82 CI
1 parent 9771ab5 commit 66b4a59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
cargo update -p idna_adapter --precise 1.1.0
4444
cargo update -p getopts --precise 0.2.22
4545
cargo update -p unicode-width --precise 0.1.12
46+
cargo update -p syn --precise 2.0.100
47+
- name: Downgrade deps on Rust 1.82.0
48+
if: |
49+
matrix.rust == '1.82.0'
50+
run: |
51+
cargo update -p icu_normalizer --precise 2.0.1
52+
cargo update -p icu_provider --precise 2.0.0
53+
cargo update -p icu_locale_core --precise 2.0.1
4654
- name: Add `aarch64-unknown-none` toolchain for `no_std` tests
4755
if: |
4856
matrix.os == 'ubuntu-latest' &&

0 commit comments

Comments
 (0)