We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9771ab5 commit 60a3363Copy full SHA for 60a3363
.github/workflows/main.yml
@@ -43,6 +43,11 @@ jobs:
43
cargo update -p idna_adapter --precise 1.1.0
44
cargo update -p getopts --precise 0.2.22
45
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
51
- name: Add `aarch64-unknown-none` toolchain for `no_std` tests
52
if: |
53
matrix.os == 'ubuntu-latest' &&
0 commit comments