From abdf2f5343f2092c9d2a0d551fada5b53475fbbf Mon Sep 17 00:00:00 2001 From: aeon Date: Fri, 25 Nov 2022 00:21:41 +0800 Subject: [PATCH] Reduce compile time on tokio --- r2r/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2r/Cargo.toml b/r2r/Cargo.toml index 06c3ae7..9da5ddd 100644 --- a/r2r/Cargo.toml +++ b/r2r/Cargo.toml @@ -28,7 +28,7 @@ futures = "0.3.25" [dev-dependencies] serde_json = "1.0.89" futures = "0.3.25" -tokio = { version = "1.22.0", features = ["full"] } +tokio = { version = "1.22.0", features = ["rt-multi-thread", "macros"] } rand = "0.8.5" [build-dependencies]