Skip to content

Commit 67a3130

Browse files
authored
Merge pull request #59 from M4SS-Code/pyo3-bump
Bump pyo3
2 parents dce5fcd + 7f9d94c commit 67a3130

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
@@ -14,7 +14,7 @@ autoexamples = false
1414

1515
[dependencies]
1616
inline-python-macros = { version = "=0.10.0", path = "./macros" }
17-
pyo3 = { version = "0.17.0", default-features = false, features = ["auto-initialize"] }
17+
pyo3 = { version = "0.19", default-features = false, features = ["auto-initialize"] }
1818

1919
[workspace]
2020
members = ["examples", "ct-python"]

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.17.0"
20+
pyo3 = "0.19"

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ proc_macro = true
1616
[dependencies]
1717
proc-macro2 = { version = "1.0", features = ["span-locations"] }
1818
quote = "1.0"
19-
pyo3 = { version = "0.17.0", default-features = false, features = ["auto-initialize"] }
19+
pyo3 = { version = "0.19", default-features = false, features = ["auto-initialize"] }
2020

2121
[target.'cfg(unix)'.dependencies]
2222
libc = "0.2.71"

0 commit comments

Comments
 (0)