Skip to content

Commit

Permalink
chore: bump calamine to master (fix two bugs in ods and range)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimastbk committed Sep 12, 2023
1 parent a690b3b commit fd2d7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "python_calamine"
crate-type = ["cdylib"]

[dependencies]
calamine = {git = "https://github.com/tafia/calamine.git", rev = "c860397432e39cf6566bba3e148ece3632ba88d7", features = ["dates"]}
calamine = {git = "https://github.com/tafia/calamine.git", rev = "7c12f62e469e47f07dc41d08b6fde4f02635aa4b", features = ["dates"]}
pyo3 = {version = "0.19.2", features = ["extension-module", "chrono"]}
chrono = {version = "0.4.28", features = ["serde"]}
pyo3-file = "0.7.0"
Expand Down

0 comments on commit fd2d7cb

Please sign in to comment.