File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rust-version = "1.88.0"
11
11
12
12
[dependencies ]
13
13
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" ] }
15
15
16
16
[workspace ]
17
17
members = [" examples" , " ct-python" ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ rust-version = "1.88.0"
12
12
proc-macro = true
13
13
14
14
[dependencies ]
15
- pyo3 = { version = " 0.24 " , default-features = false , features = [" auto-initialize" ] }
15
+ pyo3 = { version = " 0.25 " , default-features = false , features = [" auto-initialize" ] }
16
16
17
17
[target .'cfg(unix)' .dependencies ]
18
18
libc = " 0.2.71"
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.24 "
20
+ pyo3 = " 0.25 "
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ rust-version = "1.88.0"
11
11
proc-macro = true
12
12
13
13
[dependencies ]
14
- pyo3 = { version = " 0.24 " , default-features = false , features = [" auto-initialize" ] }
14
+ pyo3 = { version = " 0.25 " , default-features = false , features = [" auto-initialize" ] }
You can’t perform that action at this time.
0 commit comments