Skip to content

Commit

Permalink
Don't depend on futures-io by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Dec 20, 2021
1 parent f05f37f commit 2953454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
all-features = true

[features]
default = ["native-certs", "tls-rustls", "ring", "futures-io"]
default = ["native-certs", "tls-rustls", "ring"]
# Records how long locks are held, and warns if they are held >= 1ms
lock_tracking = []
# Provides `ClientConfig::with_native_roots()` convenience method
Expand Down

0 comments on commit 2953454

Please sign in to comment.