Skip to content

Commit

Permalink
0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Mar 21, 2024
1 parent 5695514 commit 68df868
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
Expand Up @@ -9,8 +9,8 @@ name = "teo"
crate-type = ["cdylib"]

[dependencies]
teo = { version = "0.2.20", path = "../teo" }
teo-result = { version = "0.2.20", features = ["pyo3"], path = "../teo-result" }
teo = { version = "0.2.20" }
teo-result = { version = "0.2.20", 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 68df868

Please sign in to comment.