Skip to content

Commit 7604f78

Browse files
committed
Fix pyo3 version of examples.
1 parent 3a9e949 commit 7604f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.10.0"
20+
pyo3 = "0.11.0"

0 commit comments

Comments
 (0)