Skip to content

Commit

Permalink
deps: switch back to using upstream calamine 0.25 with unreleased f…
Browse files Browse the repository at this point in the history
…ixes
  • Loading branch information
jqnatividad committed May 31, 2024
1 parent dcc9413 commit 549d02a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,8 @@ serial_test = { version = "3.1", features = ["file_locks"] }
dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" }
# needed to get latest dependencies and unreleased fixes
grex = { git = "https://github.com/pemistahl/grex", rev = "0c8ab87" }
# use our fork of calamine to use latest zip 2.1 crate
# which has better performance and several bug fixes
calamine = { git = "https://github.com/jqnatividad/calamine", branch = "bump_zip_from_1_to_2" }
# calamine 0.25.0 with unreleased fixes
calamine = { git = "https://github.com/tafia/calamine", rev = "6b41309" }
# polars 0.40.0 with unreleased fixes
polars = { git = "https://github.com/pola-rs/polars", rev = "d7b4f72" }
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "d7b4f72" }
Expand Down

0 comments on commit 549d02a

Please sign in to comment.