Skip to content

Commit 2cac51f

Browse files
committed
chore: remove prettyprint feature from arrow dependency
1 parent 89d1744 commit 2cac51f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
adbc_core = "0.22.0"
88
adbc_driver_manager = "0.22.0"
9-
arrow = { version = "57.2.0", features = ["prettyprint"] }
9+
arrow = "57.2.0"
1010
arrow-array = "57.2.0"
1111
arrow-cast = "57.2.0"
1212
arrow-schema = "57.2.0"

0 commit comments

Comments
 (0)