Skip to content

Commit b0bf34a

Browse files
committed
Update pyo3 to a stable version
1 parent 69dcbbc commit b0bf34a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ keywords = ["numpy", "python", "binding"]
1010
license-file = "LICENSE"
1111

1212
[dependencies]
13-
cfg-if = "0.1.5"
14-
libc = "0.2"
15-
num-complex = "0.2"
13+
cfg-if = "0.1.6"
14+
libc = "0.2.43"
15+
num-complex = "0.2.1"
1616
num-traits = "0.2.6"
17-
ndarray = "0.12"
18-
pyo3 = "0.5.0-alpha.2"
17+
ndarray = "0.12.0"
18+
pyo3 = "0.5.0"
1919

2020
[features]
2121
# In default setting, python version is automatically detected

0 commit comments

Comments
 (0)