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 bc71780 commit e9de46cCopy full SHA for e9de46c
1 file changed
.github/workflows/ci.yml
@@ -85,6 +85,9 @@ jobs:
85
with:
86
toolchain: ${{ steps.metadata.outputs.msrv }}
87
88
+ - name: Pin deps
89
+ run: cargo update -p itoa --precise 1.0.15
90
+
91
- name: Test
92
run: cargo check -p http
93
0 commit comments