Skip to content

Commit 8442231

Browse files
committed
reduce tokio features
1 parent 87a114a commit 8442231

File tree

2 files changed

+1
-79
lines changed

2 files changed

+1
-79
lines changed

test_dependencies/Cargo.lock

Lines changed: 0 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test_dependencies/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rand = { version = "0.8", features = ["small_rng"] }
1919

2020
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies]
2121
page_size = "0.6"
22-
tokio = { version = "1.24", features = ["full"] }
22+
tokio = { version = "1.24", features = ["macros", "rt-multi-thread", "time", "net"] }
2323

2424
[target.'cfg(windows)'.dependencies]
2525
windows-sys = { version = "0.52", features = [ "Win32_Foundation", "Win32_System_Threading" ] }

0 commit comments

Comments
 (0)