Skip to content

Commit

Permalink
fix cargo feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rucciva committed Oct 15, 2024
1 parent e20085a commit 4253650
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ http2-native-tls = [
"hyper-util",
"http",
"http-body-util",
"futures-core",
"tokio-util",
"hyper-tls",
"native-tls",
Expand All @@ -69,6 +70,7 @@ http2-rustls = [
"hyper-util",
"http",
"http-body-util",
"futures-core",
"tokio-util",
"hyper-tls",
"rustls",
Expand Down

0 comments on commit 4253650

Please sign in to comment.