Skip to content

Commit

Permalink
Revert "chore: use workspace tokio and add feature"
Browse files Browse the repository at this point in the history
This reverts commit 3010288.
  • Loading branch information
wiedld committed Aug 21, 2024
1 parent c6b90d2 commit 720feb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,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", "rt-multi-thread"] }
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
url = "2.2"

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

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

0 comments on commit 720feb1

Please sign in to comment.