Skip to content

Commit

Permalink
Merge pull request #59 from M4SS-Code/pyo3-bump
Browse files Browse the repository at this point in the history
Bump pyo3
  • Loading branch information
m-ou-se committed Jun 26, 2023
2 parents dce5fcd + 7f9d94c commit 67a3130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ autoexamples = false

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

[workspace]
members = ["examples", "ct-python"]
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ path = "rust-fn.rs"

[dependencies]
inline-python = { path = ".." }
pyo3 = "0.17.0"
pyo3 = "0.19"
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc_macro = true
[dependencies]
proc-macro2 = { version = "1.0", features = ["span-locations"] }
quote = "1.0"
pyo3 = { version = "0.17.0", default-features = false, features = ["auto-initialize"] }
pyo3 = { version = "0.19", default-features = false, features = ["auto-initialize"] }

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

0 comments on commit 67a3130

Please sign in to comment.