Skip to content

Commit 1e2bccd

Browse files
committed
rename step
1 parent 4f27f25 commit 1e2bccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set RUSTFLAGS to deny warnings
4545
if: "matrix.toolchain == '1.63.0'"
4646
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
47-
- name: Pin rustls on MSRV
47+
- name: Pin dependencies for MSRV
4848
if: "matrix.toolchain == '1.63.0'"
4949
run: |
5050
cargo update -p idna_adapter --precise "1.1.0" --verbose

0 commit comments

Comments
 (0)