Skip to content

Commit c88b880

Browse files
committed
drop unused tokio dep
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent cc4bb94 commit c88b880

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: Cargo.toml

-6
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ futures-channel = { version = "0.3.4", optional = true }
9292
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
9393
wasm-bindgen-test = "0.3.10"
9494

95-
[dependencies.tokio]
96-
version = "0.2"
97-
default-features = false
98-
features = ["rt-threaded"]
99-
optional = true
100-
10195
[dev-dependencies]
10296
femme = "2.1.1"
10397
rand = "0.7.3"

0 commit comments

Comments
 (0)