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.
rustls
1 parent 980fa4a commit 0e28021Copy full SHA for 0e28021
.github/workflows/cont_integration.yml
@@ -41,6 +41,7 @@ jobs:
41
- run: cargo check --verbose --no-default-features --features=proxy,use-openssl
42
- run: cargo check --verbose --no-default-features --features=proxy,use-rustls
43
- run: cargo check --verbose --no-default-features --features=proxy,use-rustls-ring
44
+ - run: cargo check --verbose --no-default-features --features=proxy,use-rustls,use-rustls-ring
45
46
fmt:
47
name: Rust fmt
0 commit comments