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 8c4eeb5 commit fa0beadCopy full SHA for fa0bead
.github/workflows/cont_integration.yml
@@ -37,6 +37,7 @@ jobs:
37
cargo update -p flate2:1.0.27 --precise "1.0.26"
38
cargo update -p reqwest --precise "0.11.18"
39
cargo update -p h2 --precise "0.3.20"
40
+ cargo update -p rustls-webpki --precise "0.100.1"
41
- name: Build
42
run: cargo build ${{ matrix.features }}
43
- name: Test
README.md
@@ -73,6 +73,8 @@ cargo update -p flate2:1.0.27 --precise "1.0.26"
73
74
# h2 0.3.21 has MSRV 1.63.0+
75
76
+# rustls-webpki has MSRV 1.60.0+
77
+cargo update -p rustls-webpki --precise "0.100.1"
78
```
79
80
## License
0 commit comments