Skip to content

Commit

Permalink
transport/quic: Remove default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaf9 committed Oct 2, 2022
1 parent a3ed858 commit 1e26fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transports/quic/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ license = "MIT"

[dependencies]
async-std-crate = { package = "async-std", version = "1.12.0", default-features = false, optional = true }
async-trait = "0.1.50"
bytes = "1.2.1"
futures = "0.3.15"
futures-timer = "3.0.2"
if-watch = "2.0.0"
Expand All @@ -28,12 +28,12 @@ x509-parser = "0.13.0"
yasna = "0.5.0"

[features]
default = ["async-std"]
tokio = ["tokio-crate"]
async-std = ["async-std-crate"]

[dev-dependencies]
async-std-crate = { package = "async-std", version = "1.12.0", features = ["attributes"] }
async-trait = "0.1.50"
libp2p = { version = "0.49.0", default-features = false, features = ["request-response"], path = "../.." }
rand = "0.8.4"
tokio-crate = { package = "tokio", version = "1.21.1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 1e26fec

Please sign in to comment.