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 20789ec commit eeb5372Copy full SHA for eeb5372
.github/workflows/cont_integration.yml
@@ -53,6 +53,7 @@ jobs:
53
cargo update -p security-framework-sys --precise "2.11.1"
54
cargo update -p csv --precise "1.3.0"
55
cargo update -p unicode-width --precise "0.1.13"
56
+ cargo update -p rustls --precise "0.23.19"
57
- name: Build
58
run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
59
- name: Test
README.md
@@ -80,6 +80,7 @@ cargo update -p indexmap --precise "2.5.0"
80
81
82
83
+cargo update -p rustls --precise "0.23.19"
84
```
85
86
## License
0 commit comments