Skip to content

Commit

Permalink
Enable required ring feature on acceptor feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Nov 30, 2023
1 parent af084e0 commit feeb995
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 @@ -30,7 +30,7 @@ tokio = { version = "1.0", features = ["io-std", "macros", "net", "rt-multi-thre

[features]
default = ["native-tokio", "http1", "tls12", "logging", "acceptor", "ring"]
acceptor = ["hyper/server", "tokio-runtime"]
acceptor = ["hyper/server", "ring", "tokio-runtime"]
http1 = ["hyper/http1"]
http2 = ["hyper/http2"]
webpki-tokio = ["tokio-runtime", "webpki-roots"]
Expand Down

0 comments on commit feeb995

Please sign in to comment.