Skip to content

Commit

Permalink
Ensure necessary lexical-core features are used in arrow-json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Jan 9, 2025
1 parent d0260fc commit 553b82c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arrow-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ num = { version = "0.4", default-features = false, features = ["std"] }
serde = { version = "1.0", default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["std"] }
chrono = { workspace = true }
lexical-core = { version = "1.0", default-features = false}
lexical-core = { version = "1.0", default-features = false, features = ["write-integers", "write-floats", "parse-integers", "parse-floats"] }

[dev-dependencies]
flate2 = { version = "1", default-features = false, features = ["rust_backend"] }
Expand All @@ -59,4 +59,3 @@ rand = { version = "0.8", default-features = false, features = ["std", "std_rng"
[[bench]]
name = "serde"
harness = false

0 comments on commit 553b82c

Please sign in to comment.