Skip to content

Commit

Permalink
deps: use our csvlens fork until PR is merged removing unneeded arboa…
Browse files Browse the repository at this point in the history
…rd dependencies
  • Loading branch information
jqnatividad committed Nov 5, 2024
1 parent 0e40a44 commit bb32322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 122 deletions.
121 changes: 1 addition & 120 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ csv-index = { git = "https://github.com/jqnatividad/rust-csv", branch = "qsv-opt
# use calamine with unreleased fixes
calamine = { git = "https://github.com/tafia/calamine", rev = "cf86fa7" }

# use latest csvlens upstream with latest dependencies and fixes
csvlens = { git = "https://github.com/YS-L/csvlens", rev = "29e46af" }
# use our fork until PR is merged removing unneeded arboard features
csvlens = { git = "https://github.com/jqnatividad/csvlens", branch = "arboard-remove-unneeded-image-data-feature" }

# needed as dynfmt doesn't work in release mode without this
# see https://github.com/jan-auer/dynfmt/pull/9
Expand Down

0 comments on commit bb32322

Please sign in to comment.