Skip to content

Commit

Permalink
fix: use rustls-ring feature by default
Browse files Browse the repository at this point in the history
  • Loading branch information
benpueschel committed Oct 6, 2024
1 parent f2fd3a4 commit be9ed76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pretty_assertions = "1.4.0"
graphql_client = "0.14.0"

[features]
default = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-aws-lc-rs"]
default = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-ring"]

follow-redirect = ["tower-http/follow-redirect"]
retry = ["tower/retry", "futures-util"]
Expand Down

0 comments on commit be9ed76

Please sign in to comment.