File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,4 +100,4 @@ jobs:
100
100
- name : Check all feature combinations works properly
101
101
# * `--feature-powerset` - run for the feature powerset of the package
102
102
# * `--no-dev-deps` - build without dev-dependencies to avoid https://github.com/rust-lang/cargo/issues/4866
103
- run : cargo hack check --feature-powerset --no-dev-deps --skip=default-client,wasm-client --skip=h1-client,h1-client-rustls
103
+ run : cargo hack check --feature-powerset --no-dev-deps --skip=default-client,wasm-client
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ impl Config {
203
203
}
204
204
/// Set TLS Configuration (Native TLS)
205
205
#[ cfg_attr( feature = "docs" , doc( cfg( feature = "h1-client" ) ) ) ]
206
- #[ cfg( feature = "h1-client" ) ]
206
+ #[ cfg( all ( feature = "h1-client" , not ( feature = "h1-client-rustls" ) ) ) ]
207
207
pub fn set_tls_config (
208
208
mut self ,
209
209
tls_config : Option < std:: sync:: Arc < async_native_tls:: TlsConnector > > ,
You can’t perform that action at this time.
0 commit comments