Skip to content

Commit 9f4c4e2

Browse files
committed
sea-orm-arrow
1 parent 8919e26 commit 9f4c4e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sea-orm-arrow/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
name = "sea-orm-arrow"
1111
repository = "https://github.com/SeaQL/sea-orm"
1212
rust-version = "1.85.0"
13-
version = "2.0.0-rc.2"
13+
version = "2.0.0-rc.3"
1414

1515
[dependencies]
1616
arrow = { version = "57", default-features = false }
@@ -20,6 +20,7 @@ sea-query = { version = "1.0.0-rc", default-features = false, features = [
2020
thiserror = { version = "2", default-features = false }
2121

2222
[features]
23+
prettyprint = ["arrow/prettyprint"]
2324
with-bigdecimal = ["sea-query/with-bigdecimal"]
2425
with-chrono = ["sea-query/with-chrono"]
2526
with-rust_decimal = ["sea-query/with-rust_decimal"]

0 commit comments

Comments
 (0)