Skip to content

Commit 16751ec

Browse files
committed
Update to PyO3 0.25.
1 parent 37aa23b commit 16751ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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"

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ path = "rust-fn.rs"
1717

1818
[dependencies]
1919
inline-python = { path = ".." }
20-
pyo3 = "0.24"
20+
pyo3 = "0.25"

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ rust-version = "1.88.0"
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"] }

0 commit comments

Comments
 (0)