Skip to content

Commit 60a3363

Browse files
committed
Attempt to fix 1.82 CI
1 parent 9771ab5 commit 60a3363

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ 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+
- name: Downgrade deps on Rust 1.82.0
47+
if: |
48+
matrix.rust == '1.82.0'
49+
run: |
50+
cargo update -p icu_normalizer --precise 2.1.0
4651
- name: Add `aarch64-unknown-none` toolchain for `no_std` tests
4752
if: |
4853
matrix.os == 'ubuntu-latest' &&

0 commit comments

Comments
 (0)