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 18d7202Copy full SHA for 18d7202
.github/workflows/main.yml
@@ -43,6 +43,13 @@ 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.0.1
51
+ cargo update -p icu_provider --precise 2.0.0
52
+ cargo update -p icu_locale_core --precise 2.0.1
53
- name: Add `aarch64-unknown-none` toolchain for `no_std` tests
54
if: |
55
matrix.os == 'ubuntu-latest' &&
0 commit comments