chore: remove unused `schema` => `arrow_util` dep

pull/24376/head
Marco Neumann 2021-10-19 10:09:27 +02:00
parent 99c019bf33
commit da85f04b3f
2 changed files with 0 additions and 4 deletions

1
Cargo.lock generated
View File

@ -3731,7 +3731,6 @@ name = "schema"
version = "0.1.0"
dependencies = [
"arrow",
"arrow_util",
"hashbrown",
"indexmap",
"itertools",

View File

@ -11,6 +11,3 @@ hashbrown = "0.11"
indexmap = "1.7"
itertools = "0.10.1"
snafu = "0.6"
[dev-dependencies]
arrow_util = { path = "../arrow_util" }