Skip to content

Commit

Permalink
update to allow wasm run to complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Feb 28, 2024
1 parent 45bea0f commit a02ecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a02ecae

Please sign in to comment.