Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Mar 13, 2024
1 parent 24eb479 commit 6cb28d5
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 67 deletions.
129 changes: 64 additions & 65 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
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "tzfpy"
version = "0.15.3"
version = "0.15.4"

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

Expand All @@ -22,4 +22,4 @@ lazy_static = "1.4.0"
pyo3 = {version = "0.20.3", features = ["extension-module"]}

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

0 comments on commit 6cb28d5

Please sign in to comment.