Skip to content

Commit

Permalink
fix: Rename feature to aws_lc_rs
Browse files Browse the repository at this point in the history
For consistency with rustls
  • Loading branch information
fasterthanlime authored and djc committed Mar 11, 2024
1 parent d26502c commit caf4e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rustls = { version = "0.23", default-features = false, features = ["std"] }
pki-types = { package = "rustls-pki-types", version = "1" }

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

0 comments on commit caf4e82

Please sign in to comment.