Skip to content

Commit 5665342

Browse files
authored
Add an aws-lc-rs feature as an alias for aws_lc_rs (#57)
1 parent 3a153ac commit 5665342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pki-types = { package = "rustls-pki-types", version = "1" }
2020
[features]
2121
default = ["logging", "tls12", "aws_lc_rs"]
2222
aws_lc_rs = ["rustls/aws_lc_rs"]
23+
aws-lc-rs = ["aws_lc_rs"] # Alias because Cargo features commonly use `-`
2324
early-data = []
2425
fips = ["rustls/fips"]
2526
logging = ["rustls/logging"]

0 commit comments

Comments
 (0)