Skip to content

Commit b09c8da

Browse files
committed
Update to PyO3 0.25.
1 parent dbb498b commit b09c8da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.88.0"
1111

1212
[dependencies]
1313
inline-python-macros = { version = "0.16.0", path = "./macros" }
14-
pyo3 = { version = "0.24", default-features = false, features = ["auto-initialize"] }
14+
pyo3 = { version = "0.25", default-features = false, features = ["auto-initialize"] }
1515

1616
[workspace]
1717
members = ["examples", "ct-python"]

ct-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["python", "macro", "generate", "compile-time"]
1111
proc-macro = true
1212

1313
[dependencies]
14-
pyo3 = { version = "0.24", default-features = false, features = ["auto-initialize"] }
14+
pyo3 = { version = "0.25", default-features = false, features = ["auto-initialize"] }
1515

1616
[target.'cfg(unix)'.dependencies]
1717
libc = "0.2.71"

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ repository = "https://github.com/m-ou-se/inline-python"
1010
proc-macro = true
1111

1212
[dependencies]
13-
pyo3 = { version = "0.24", default-features = false, features = ["auto-initialize"] }
13+
pyo3 = { version = "0.25", default-features = false, features = ["auto-initialize"] }

0 commit comments

Comments
 (0)