We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbffa3a + 9c4bf15 commit f105cbcCopy full SHA for f105cbc
.github/workflows/build.yml
@@ -41,8 +41,8 @@ jobs:
41
run: rustup component add rustfmt && cargo fmt --all -- --check
42
- name: Pin packages to allow for MSRV
43
if: matrix.msrv
44
- run: | # None needed yet
45
- echo "No packages need pinning for MSRV ${{ matrix.toolchain }}"
+ run: |
+ cargo update -p idna_adapter --precise "1.2.0" --verbose # idna_adapter 1.2.1 uses ICU4X 2.2.0, requiring 1.86 and newer
46
- name: Build on Rust ${{ matrix.toolchain }}
47
run: cargo build --verbose --color always
48
- name: Check clippy if on msrv
0 commit comments