Skip to content

Commit d164ef3

Browse files
authored
Merge pull request #125 from Masterchef365/v0.8.0
Switch v0.8.0's pyo3 crate version from git repo to crates.io alpha
2 parents 8af258b + 919c19e commit d164ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libc = "0.2"
1515
num-complex = "0.2"
1616
num-traits = "0.2"
1717
ndarray = ">=0.13"
18-
pyo3 = { git = "https://github.com/PyO3/pyo3.git" }
18+
pyo3 = "0.9.0-alpha.1"
1919

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

0 commit comments

Comments
 (0)