Skip to content

Commit 8b9a22b

Browse files
committed
Also pin pyo3 dependency in the example
1 parent 4f479b2 commit 8b9a22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple-extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ numpy = { path = "../.." }
1212
ndarray = "0.12"
1313

1414
[dependencies.pyo3]
15-
version = "0.5.0-alpha.2"
15+
version = "= 0.5.0"
1616
features = ["extension-module"]

0 commit comments

Comments
 (0)