We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
native-tls
0.2.13
1 parent 8f49c84 commit 1aeb466Copy full SHA for 1aeb466
.github/workflows/cont_integration.yml
@@ -62,6 +62,7 @@ jobs:
62
cargo update -p tokio-util --precise "0.7.11"
63
cargo update -p indexmap --precise "2.5.0"
64
cargo update -p security-framework-sys --precise "2.11.1"
65
+ cargo update -p native-tls --precise "0.2.13"
66
- name: Build
67
run: cargo build --features ${{ matrix.features }} --no-default-features
68
- name: Test
README.md
@@ -27,4 +27,5 @@ cargo update -p tokio --precise "1.38.1"
27
28
29
30
+cargo update -p native-tls --precise "0.2.13"
31
```
0 commit comments