Skip to content

Commit

Permalink
0.2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed May 16, 2024
1 parent 0e7bf27 commit 902861f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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,6 +1,6 @@
[package]
name = "teo-py"
version = "0.2.33"
version = "0.2.34"
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.33" }
teo = { version = "0.2.34" }
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 902861f

Please sign in to comment.