Skip to content

Commit

Permalink
Bump tzf-rs, to fix empty result
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Apr 12, 2024
1 parent da25f91 commit fe2251d
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 61 deletions.
102 changes: 43 additions & 59 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 @@ -21,5 +21,5 @@ crate-type = ["cdylib"]
lazy_static = "1.4.0"
pyo3 = {version = "0.21.0", features = ["extension-module"]}

# tzf-rs = { git = "https://github.com/ringsaturn/tzf-rs", rev = "06a1bbf", default-features = false}
tzf-rs = { version = "0.4.7", default-features = false }
# tzf-rs = { git = "https://github.com/ringsaturn/tzf-rs", rev = "31b1730", default-features = false}
tzf-rs = { version = "0.4.8", default-features = false }

0 comments on commit fe2251d

Please sign in to comment.