Skip to content

Commit

Permalink
refactor: blocking feature doesn't need multi-threaded tokio runtime (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Apr 30, 2024
1 parent 210c8a0 commit 1b87711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -45,7 +45,7 @@ rustls-tls-manual-roots = ["__rustls"]
rustls-tls-webpki-roots = ["dep:webpki-roots", "__rustls"]
rustls-tls-native-roots = ["dep:rustls-native-certs", "__rustls"]

blocking = ["futures-channel/sink", "futures-util/io", "futures-util/sink", "tokio/rt-multi-thread", "tokio/sync"]
blocking = ["futures-channel/sink", "futures-util/io", "futures-util/sink", "tokio/sync"]

charset = ["dep:encoding_rs"]

Expand Down

0 comments on commit 1b87711

Please sign in to comment.