Skip to content

Commit

Permalink
Merge pull request #32 from dimastbk/calamine-master
Browse files Browse the repository at this point in the history
fix: bump calamine to master (fix bug in xls)
  • Loading branch information
dimastbk authored Sep 4, 2023
2 parents bcdda0e + 94751c9 commit 8d86688
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 = "a54bd9cddc61a4a30475c4454efbbb2eecf9f975", features = ["dates"]}
calamine = {git = "https://github.com/tafia/calamine.git", rev = "c860397432e39cf6566bba3e148ece3632ba88d7", features = ["dates"]}
pyo3 = {version = "0.19.0", features = ["extension-module", "chrono"]}
chrono = {version = "0.4.26", features = ["serde"]}
pyo3-file = "0.7.0"
Expand Down

0 comments on commit 8d86688

Please sign in to comment.