Skip to content

Commit 7a4310d

Browse files
authored
chore(swarm-tests): remove async-std feature
Amendment to #6064. #6064 removed the `async-std`-based variant for creating a test-swarm, so the `async-std` feature is now not needed anymore. Pull-Request: #6068.
1 parent 4dc9431 commit 7a4310d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swarm-test/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ futures-timer = "3.0.3"
2626
[features]
2727
default = ["tokio"]
2828

29-
async-std = ["libp2p-swarm/async-std", "libp2p-tcp/async-io"]
3029
tokio = ["libp2p-swarm/tokio", "libp2p-tcp/tokio"]
3130

3231
[lints]

0 commit comments

Comments
 (0)