We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7cab8 commit 2f8caa7Copy full SHA for 2f8caa7
benchmarks/Cargo.toml
@@ -46,7 +46,7 @@ serde_json = { workspace = true }
46
snmalloc-rs = { version = "0.3", optional = true }
47
structopt = { version = "0.3", default-features = false }
48
test-utils = { path = "../test-utils/", version = "0.1.0" }
49
-tokio = { workspace = true , features = ["rt-multi-thread", "parking_lot"] }
+tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }
50
51
[dev-dependencies]
52
datafusion-proto = { path = "../datafusion/proto", version = "35.0.0" }
0 commit comments