Skip to content

Commit e9de46c

Browse files
authored
ci: pin itoa in msrv job (#813)
1 parent bc71780 commit e9de46c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
with:
8686
toolchain: ${{ steps.metadata.outputs.msrv }}
8787

88+
- name: Pin deps
89+
run: cargo update -p itoa --precise 1.0.15
90+
8891
- name: Test
8992
run: cargo check -p http
9093

0 commit comments

Comments
 (0)