Skip to content

Commit

Permalink
http3: don't force webpki when experiemental http3 is enabled (se…
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored May 22, 2023
1 parent abb729f commit c9f0c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ stream = ["tokio/fs", "tokio-util", "wasm-streams"]
socks = ["tokio-socks"]

# Experimental HTTP/3 client.
http3 = ["rustls-tls", "h3", "h3-quinn", "quinn", "futures-channel"]
http3 = ["rustls-tls-manual-roots", "h3", "h3-quinn", "quinn", "futures-channel"]

# Internal (PRIVATE!) features used to aid testing.
# Don't rely on these whatsoever. They may disappear at anytime.
Expand Down

0 comments on commit c9f0c28

Please sign in to comment.