Skip to content

Commit

Permalink
0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed May 3, 2024
1 parent aa476bb commit 83ef346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teo-py"
version = "0.2.24"
version = "0.2.25"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -9,7 +9,7 @@ name = "teo"
crate-type = ["cdylib"]

[dependencies]
teo = { version = "0.2.24" }
teo = { version = "0.2.25" }
teo-result = { version = "0.2.23", features = ["pyo3"] }
pyo3 = { version = "0.20.3", features = ["extension-module", "chrono", "indexmap"] }
pyo3-asyncio = { version = "0.20.0", features = ["attributes", "tokio-runtime"] }
Expand Down

0 comments on commit 83ef346

Please sign in to comment.