Skip to content

Commit

Permalink
chore: bump calamine to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dimastbk committed Oct 9, 2023
1 parent b7f463a commit 7bebd2c
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 = "7c12f62e469e47f07dc41d08b6fde4f02635aa4b", features = ["dates"]}
calamine = {version = "0.22.1", features = ["dates"]}
pyo3 = {version = "0.19.2", features = ["extension-module", "chrono", "generate-import-lib"]}
chrono = {version = "0.4.28", features = ["serde"]}
pyo3-file = "0.7.0"
Expand Down

0 comments on commit 7bebd2c

Please sign in to comment.