Skip to content

Commit 4091aba

Browse files
committed
0.3.8
1 parent 776e3fe commit 4091aba

File tree

2 files changed

+33
-43
lines changed

2 files changed

+33
-43
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "teo-py"
3-
version = "0.3.7"
3+
version = "0.3.8"
44
edition = "2021"
55

66
[lib]
77
name = "teo"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
teo = { version = "0.3.7" }
11+
teo = { version = "0.3.8" }
1212
teo-result = { version = "0.3.5", features = ["pyo3"] }
1313
pyo3 = { version = "0.23.3", features = ["extension-module", "chrono", "indexmap"] }
1414
pyo3-async-runtimes = { version = "0.23.0", features = ["attributes", "tokio-runtime"] }

0 commit comments

Comments
 (0)