Skip to content

Commit

Permalink
Make rustls importable when hyper-rustls is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
dermesser committed Jun 11, 2024
1 parent 41d37ca commit d6483f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ required-features = ["hyper-rustls", "service_account"]
[features]
default = ["hyper-rustls", "rustls", "service_account"]
service_account = ["hyper-rustls", "rustls", "rustls-pemfile"]
hyper-rustls = ["dep:hyper-rustls", "rustls"]

[dependencies]
anyhow = "1.0.38"
Expand Down

0 comments on commit d6483f0

Please sign in to comment.