We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb60efa commit ebb46ddCopy full SHA for ebb46dd
arrow-json/Cargo.toml
@@ -39,7 +39,6 @@ all-features = true
39
arrow-array = { workspace = true }
40
arrow-buffer = { workspace = true }
41
arrow-cast = { workspace = true }
42
-arrow-data = { workspace = true }
43
arrow-ord = { workspace = true }
44
arrow-schema = { workspace = true }
45
arrow-select = { workspace = true }
@@ -56,6 +55,7 @@ ryu = "1.0"
56
55
itoa = "1.0"
57
58
[dev-dependencies]
+arrow-data = { workspace = true }
59
flate2 = { version = "1", default-features = false, features = ["rust_backend"] }
60
serde = { version = "1.0", default-features = false, features = ["derive"] }
61
futures = "0.3"
0 commit comments