Skip to content

Commit bf04135

Browse files
committed
Bump tzf-rs, to fix empty result
1 parent da25f91 commit bf04135

File tree

2 files changed

+47
-63
lines changed

2 files changed

+47
-63
lines changed

Cargo.lock

Lines changed: 44 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "tzfpy"
4-
version = "0.15.5"
4+
version = "0.15.6"
55

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

@@ -21,5 +21,5 @@ crate-type = ["cdylib"]
2121
lazy_static = "1.4.0"
2222
pyo3 = {version = "0.21.0", features = ["extension-module"]}
2323

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

0 commit comments

Comments
 (0)