Skip to content

Commit 5b6f958

Browse files
committed
Enable aws-lc-rs as a default feature
1 parent 44820ea commit 5b6f958

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
@@ -27,7 +27,7 @@ clap = { version = "4", features = ["derive"] }
2727
rustls-pki-types = "1"
2828

2929
[features]
30-
default = ["log"]
30+
default = ["log", "aws-lc-rs"]
3131
aws-lc-rs = ["rustls/aws-lc-rs"]
3232
fips = ["rustls/fips"]
3333
log = ["rustls/log"]

0 commit comments

Comments
 (0)