Skip to content

Commit

Permalink
0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Mar 23, 2024
1 parent 7b89331 commit 9246194
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 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.21"
version = "0.2.22"
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.21" }
teo = { version = "0.2.22" }
teo-result = { version = "0.2.21", 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 9246194

Please sign in to comment.