Skip to content

Commit ae2e296

Browse files
committed
0.3.9
1 parent 4091aba commit ae2e296

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

+7-7
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
@@ -1,14 +1,14 @@
11
[package]
22
name = "teo-py"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
edition = "2021"
55

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

1010
[dependencies]
11-
teo = { version = "0.3.8" }
11+
teo = { version = "0.3.9" }
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"] }
@@ -23,4 +23,4 @@ time = "0.3.36"
2323
hyper = { version = "1.5.0", features = ["full"] }
2424
bytes = "1.8.0"
2525
http-body-util = "0.1"
26-
key-path = "0.2.3"
26+
key-path = "0.2.3"

0 commit comments

Comments
 (0)