From a02ecaecbf2e7b4387caba185719ae1b88bd1a03 Mon Sep 17 00:00:00 2001 From: Bruce Ritchie Date: Wed, 28 Feb 2024 13:30:23 -0500 Subject: [PATCH] update to allow wasm run to complete. --- datafusion/functions/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/functions/Cargo.toml b/datafusion/functions/Cargo.toml index 3938c53d4691..c22aa3db5994 100644 --- a/datafusion/functions/Cargo.toml +++ b/datafusion/functions/Cargo.toml @@ -61,7 +61,7 @@ itertools = { workspace = true } log = "0.4.20" rand = { workspace = true } rstest = { workspace = true } -tokio = { workspace = true, features = ["rt-multi-thread"] } +tokio = { workspace = true, features = ["macros", "rt", "sync"] } [dev-dependencies] criterion = "0.5"