Skip to content

Commit 9596c7a

Browse files
committed
quinn: hide implicit feature for optional smol dependency
1 parent 1ffd9cd commit 9596c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quinn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rustls-ring = ["dep:rustls", "ring", "proto/rustls-ring", "proto/ring"]
3636
# Outside wasm*-unknown-unknown targets, this enables `Endpoint::client` and `Endpoint::server` conveniences.
3737
ring = ["proto/ring"]
3838
runtime-tokio = ["tokio/time", "tokio/rt", "tokio/net"]
39-
runtime-smol = ["dep:async-io", "smol"]
39+
runtime-smol = ["dep:async-io", "dep:smol"]
4040

4141
# Configure `tracing` to log events via `log` if no `tracing` subscriber exists.
4242
tracing-log = ["tracing/log", "proto/tracing-log", "udp/tracing-log"]

0 commit comments

Comments
 (0)