Skip to content

Commit c4979f1

Browse files
committed
update pyo3
1 parent 591f6ce commit c4979f1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ cfg-if = "0.1.5"
1414
libc = "0.2"
1515
num-complex = "0.1"
1616
ndarray = "0.11"
17-
pyo3 = { git = "https://github.com/kngwyu/pyo3.git", branch = "upd" }
17+
pyo3 = "0.4.1"

example/extensions/Cargo.toml

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

1414
[dependencies.pyo3]
15-
git = "https://github.com/kngwyu/pyo3.git"
16-
branch = "upd"
15+
version = "0.4.1"
1716
features = ["extension-module"]

0 commit comments

Comments
 (0)