Skip to content

Commit 404fcb5

Browse files
committed
Enable aws-lc-rs as a default feature
1 parent 98bc7b5 commit 404fcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clap = { version = "4", features = ["derive"] }
2626
rustls-pki-types = "1"
2727

2828
[features]
29-
default = ["log"]
29+
default = ["log", "aws-lc-rs"]
3030
aws-lc-rs = ["rustls/aws-lc-rs"]
3131
fips = ["rustls/fips"]
3232
log = ["rustls/log"]

0 commit comments

Comments
 (0)