Skip to content

Commit

Permalink
use production teo
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Feb 1, 2024
1 parent b94d7bb commit e4fa9c4
Showing 1 changed file with 1 addition and 1 deletion.
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]
pyo3 = { version = "0.20.2", features = ["extension-module", "chrono", "indexmap"] }
teo = { path = "../teo" }
teo = { version = "0.2.0" }
pyo3-asyncio = { version = "0.20.0", features = ["attributes", "tokio-runtime"] }
tokio = { version = "1.0" }
bson = { version = "2.7.0", features = ["chrono-0_4", "serde_with"] }
Expand Down

0 comments on commit e4fa9c4

Please sign in to comment.