Skip to content

Commit

Permalink
0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Mar 19, 2024
1 parent a956a43 commit c90cd64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
25 changes: 8 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
teo = { version = "0.2.19" }
teo-result = { version = "0.2.19", path = "../teo-result", features = ["pyo3"] }
teo-result = { version = "0.2.19", features = ["pyo3"] }
pyo3 = { version = "0.20.3", features = ["extension-module", "chrono", "indexmap"] }
pyo3-asyncio = { version = "0.20.0", features = ["attributes", "tokio-runtime"] }
tokio = { version = "1.0" }
Expand Down

0 comments on commit c90cd64

Please sign in to comment.