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 bf04135
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 63 deletions.
104 changes: 44 additions & 60 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "tzfpy"
version = "0.15.5"
version = "0.15.6"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -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 bf04135

Please sign in to comment.