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 4f27f25 commit 1e2bccdCopy full SHA for 1e2bccd
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Set RUSTFLAGS to deny warnings
45
if: "matrix.toolchain == '1.63.0'"
46
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
47
- - name: Pin rustls on MSRV
+ - name: Pin dependencies for MSRV
48
49
run: |
50
cargo update -p idna_adapter --precise "1.1.0" --verbose
0 commit comments