Skip to content

Commit dde88a4

Browse files
committed
0.3.6
1 parent 11ef597 commit dde88a4

File tree

2 files changed

+27
-13
lines changed

2 files changed

+27
-13
lines changed

Cargo.lock

+24-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name = "teo"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
teo = { version = "0.3.6", path = "../teo" }
12-
teo-result = { version = "0.3.5", features = ["pyo3"], path = "../teo-result" }
13-
pyo3 = { version = "0.23.2", features = ["extension-module", "chrono", "indexmap"] }
11+
teo = { version = "0.3.6" }
12+
teo-result = { version = "0.3.5", features = ["pyo3"] }
13+
pyo3 = { version = "0.23.3", features = ["extension-module", "chrono", "indexmap"] }
1414
pyo3-async-runtimes = { version = "0.23.0", features = ["attributes", "tokio-runtime"] }
1515
tokio = { version = "1.0" }
1616
bson = { version = "2.13.0", features = ["chrono-0_4", "serde_with"] }

0 commit comments

Comments
 (0)