Skip to content

Commit

Permalink
chore: use workspace tokio and add feature
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedld committed Aug 21, 2024
1 parent 25f1d46 commit 3010288
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ serde_json = "1"
sqlparser = { version = "0.50.0", features = ["visitor"] }
tempfile = "3"
thiserror = "1.0.44"
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
tokio = { version = "1.36", features = ["macros", "rt", "sync", "rt-multi-thread"] }
url = "2.2"

[profile.release]
Expand Down
3 changes: 0 additions & 3 deletions datafusion/common-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ path = "src/lib.rs"

[dependencies]
tokio = { workspace = true }

[dev-dependencies]
tokio = { version = "1.36", features = ["rt", "rt-multi-thread", "time"] }

0 comments on commit 3010288

Please sign in to comment.