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 2198e85 commit f1ed237Copy full SHA for f1ed237
.github/workflows/cont_integration.yml
@@ -51,6 +51,7 @@ jobs:
51
cargo update -p tokio-util --precise "0.7.11"
52
cargo update -p indexmap --precise "2.5.0"
53
cargo update -p security-framework-sys --precise "2.11.1"
54
+ cargo update -p rustls --precise "0.23.19"
55
- name: Build
56
run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
57
- name: Test
README.md
@@ -78,6 +78,7 @@ cargo update -p tokio --precise "1.38.1"
78
79
80
81
+cargo update -p rustls --precise "0.23.19"
82
```
83
84
## License
0 commit comments