File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ autoexamples = false
14
14
15
15
[dependencies ]
16
16
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" ] }
18
18
19
19
[workspace ]
20
20
members = [" examples" , " ct-python" ]
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ path = "rust-fn.rs"
17
17
18
18
[dependencies ]
19
19
inline-python = { path = " .." }
20
- pyo3 = " 0.17.0 "
20
+ pyo3 = " 0.19 "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ proc_macro = true
16
16
[dependencies ]
17
17
proc-macro2 = { version = " 1.0" , features = [" span-locations" ] }
18
18
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" ] }
20
20
21
21
[target .'cfg(unix)' .dependencies ]
22
22
libc = " 0.2.71"
You can’t perform that action at this time.
0 commit comments