Skip to content

Commit

Permalink
deps: use patched arrow with unreleased lexical-core fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 18, 2024
1 parent 1e4f982 commit 0ce4786
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 103 deletions.
129 changes: 27 additions & 102 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ panic = "abort"
ahash = "0.8"
anyhow = { version = "1.0", optional = true }
arboard = "3.4.1"
arrow = {version = "53", default-features = false, features = ["csv"], optional = true}
atoi_simd = "0.16"
base62 = { version = "2.0", optional = true }
byteorder = "1.5"
Expand Down Expand Up @@ -274,6 +275,9 @@ csv = { git = "https://github.com/jqnatividad/rust-csv", branch = "qsv-opt
csv-core = { git = "https://github.com/jqnatividad/rust-csv", branch = "qsv-optimized" }
csv-index = { git = "https://github.com/jqnatividad/rust-csv", branch = "qsv-optimized" }

# use arrow 53 upstream with unreleased lexical-core fix
arrow = { git = "https://github.com/apache/arrow-rs", rev = "5414f1d" }

# use our csvlens fork with latest dependencies, including arrow 53 upstream, with unreleased lexical-core fix
csvlens = { git = "https://github.com/jqnatividad/csvlens", branch = "dependency-upgrades-lexical-core_fix" }

Expand Down Expand Up @@ -364,7 +368,7 @@ geocode = [
luau = ["mlua", "sanitize-filename", "simple-expand-tilde"]
python = ["pyo3"]
to = ["csvs_convert"]
lens = ["csvlens"]
lens = ["arrow", "csvlens"]
lite = []
datapusher_plus = ["self_update"]
feature_capable = []
Expand Down

0 comments on commit 0ce4786

Please sign in to comment.