Skip to content

Commit

Permalink
feat: change default crypto provider to match rustls'
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Mar 5, 2024
1 parent fd3724e commit ca3a2e4
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 @@ -18,7 +18,7 @@ rustls = { version = "0.23", default-features = false, features = ["std"] }
pki-types = { package = "rustls-pki-types", version = "1" }

[features]
default = ["logging", "tls12", "ring"]
default = ["logging", "tls12", "aws-lc-rs"]
aws-lc-rs = ["rustls/aws_lc_rs"]
early-data = []
logging = ["rustls/logging"]
Expand Down

0 comments on commit ca3a2e4

Please sign in to comment.