chore: remove unused `schema` => `arrow_util` dep
parent
99c019bf33
commit
da85f04b3f
|
@ -3731,7 +3731,6 @@ name = "schema"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow_util",
|
||||
"hashbrown",
|
||||
"indexmap",
|
||||
"itertools",
|
||||
|
|
|
@ -11,6 +11,3 @@ hashbrown = "0.11"
|
|||
indexmap = "1.7"
|
||||
itertools = "0.10.1"
|
||||
snafu = "0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
arrow_util = { path = "../arrow_util" }
|
||||
|
|
Loading…
Reference in New Issue