Skip to content

Commit 4b1b927

Browse files
danieldkDaniël de Kok
authored andcommitted
Update to pyo3 0.7 and numpy 0.6
1 parent 1b16a2b commit 4b1b927

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
99
- rustc -V
1010
- cargo -V
11-
- cargo install pyo3-pack --vers 0.5.0
11+
- cargo install pyo3-pack --vers 0.6.1
1212

1313
build_script:
1414
- pyo3-pack build --release

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install:
3232
source venv/bin/activate
3333
pip install cffi virtualenv pytest
3434
fi
35-
- cargo install pyo3-pack --vers 0.5.0
35+
- cargo install pyo3-pack --vers 0.6.1
3636
- rustup default nightly-2019-02-07
3737
- rustup component add rustfmt
3838

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ name = "finalfusion"
1515
crate-type = ["cdylib"]
1616

1717
[dependencies.pyo3]
18-
version = "0.6"
18+
version = "0.7"
1919
features = ["extension-module"]
2020

2121
[dependencies]
2222
failure = "0.1"
2323
finalfusion = "0.7"
2424
libc = "0.2"
2525
ndarray = "0.12"
26-
numpy = "0.5"
26+
numpy = "0.6"
2727
toml = "0.5"

0 commit comments

Comments
 (0)