Skip to content

Commit 7b6cf85

Browse files
committed
striping down the cargo.toml a bit
1 parent c85c756 commit 7b6cf85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2024"
55
description = "A set of rusty tools for use in MIRA"
66

77
[dependencies]
8-
arrow = "55.2.0"
9-
parquet = { version = "55.2.0", features = ["arrow"] }
8+
arrow = { version = "55.2.0", default-features = false}
9+
parquet = { version = "55.2.0", default-features = false, features = ["arrow"] }
1010
clap = { version = "4", features = ["derive"] }
1111
csv = "1.3.1"
1212
either = "1"

0 commit comments

Comments
 (0)