File tree Expand file tree Collapse file tree 3 files changed +6550
-38
lines changed
Expand file tree Collapse file tree 3 files changed +6550
-38
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,17 @@ jobs:
4444 cargo update -p getopts --precise 0.2.22
4545 cargo update -p unicode-width --precise 0.1.12
4646 cargo update -p syn --precise 2.0.100
47+ # Older Unicode versions have a different test file
48+ cp idna/tests/IdnaTestV2-Unicode16.txt idna/tests/IdnaTestV2.txt
4749 - name : Downgrade deps on Rust 1.82.0
4850 if : |
4951 matrix.rust == '1.82.0'
5052 run : |
5153 cargo update -p icu_normalizer --precise 2.0.1
5254 cargo update -p icu_provider --precise 2.0.0
5355 cargo update -p icu_locale_core --precise 2.0.1
56+ # Older Unicode versions have a different test file
57+ cp idna/tests/IdnaTestV2-Unicode16.txt idna/tests/IdnaTestV2.txt
5458 - name : Add `aarch64-unknown-none` toolchain for `no_std` tests
5559 if : |
5660 matrix.os == 'ubuntu-latest' &&
You can’t perform that action at this time.
0 commit comments