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 66b4a59Copy full SHA for 66b4a59
.github/workflows/main.yml
@@ -43,6 +43,14 @@ 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
+ 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
54
- name: Add `aarch64-unknown-none` toolchain for `no_std` tests
55
if: |
56
matrix.os == 'ubuntu-latest' &&
0 commit comments