Skip to content

Commit cc7b6d3

Browse files
passcodkixelated
andauthored
fix: completely remove aws-lc when feature is off (#69)
* fix: completely remove aws-lc when feature is off * No need for TLS 1.2 It'll probably get added anyway but might as well. --------- Co-authored-by: kixelated <[email protected]>
1 parent 73cde4d commit cc7b6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-transport-quinn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ futures = "0.3"
3131
url = "2"
3232
log = "0.4"
3333

34-
rustls = "0.23"
34+
rustls = { version = "0.23", default-features = false, features = ["logging", "std"] }
3535
rustls-native-certs = "0.8"
3636
aws-lc-rs = { version = "1", optional = true }
3737
ring = { version = "0.17.13", optional = true }

0 commit comments

Comments
 (0)