Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 1f8eefe

Browse files
committed
Fix tokio dependency break
1 parent da6accb commit 1f8eefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/head/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ rrr-core = { path = "../core", default-features = false }
3737
serde = { version = "1.0.144", optional = true, features = ["derive"] }
3838
strum = { version = "0.24.1", features = ["derive"] }
3939
winit = { version = "0.27.2", default-features = false }
40-
tokio = { version = "1.21.0", features = ["macros", "rt-multi-thread"] }
4140

4241

4342
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
@@ -61,3 +60,4 @@ features = ["Window", "Document", "EventListener"]
6160

6261
[dev-dependencies]
6362
bytes = { version = "1.2.1", features = ["serde"] }
63+
tokio = { version = "1.21.0", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)