Skip to content

Commit

Permalink
deps: use calamine upstream with unreleased fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 30, 2024
1 parent ca81d64 commit 4cc7f37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -277,8 +277,8 @@ 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 calamine with updated quick-xml dependency
calamine = { git = "https://github.com/PrettyWood/calamine", branch = "bump-quick-xml" }
# 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" }
Expand Down

0 comments on commit 4cc7f37

Please sign in to comment.