Skip to content

Commit a8daace

Browse files
committed
Update pyo3 to 0.8.
1 parent 9135f0c commit a8daace

File tree

5 files changed

+186
-111
lines changed

5 files changed

+186
-111
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ install:
44
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
55
- "python --version"
66
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
7-
- rustup-init -yv --default-toolchain nightly-2019-02-07 --default-host x86_64-pc-windows-msvc
7+
- rustup-init -yv --default-toolchain nightly-2019-07-19 --default-host x86_64-pc-windows-msvc
88
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
99
- rustc -V
1010
- cargo -V

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ matrix:
1515
fast_finish: true
1616
include:
1717
- os: linux
18-
rust: nightly-2019-02-07
18+
rust: nightly-2019-07-19
1919
- if: tag IS present
2020
os: osx
2121
osx_image: xcode9.4
22-
rust: nightly-2019-02-07
22+
rust: nightly-2019-07-19
2323
- os: osx
2424
osx_image: xcode10.1
25-
rust: nightly-2019-02-07
25+
rust: nightly-2019-07-19
2626

2727
install:
2828
- |
@@ -38,7 +38,7 @@ install:
3838
pip install cffi virtualenv pytest numpy
3939
fi
4040
- cargo install --git https://github.com/PyO3/pyo3-pack.git --tag v0.6.1 pyo3-pack
41-
- rustup default nightly-2019-02-07
41+
- rustup default nightly-2019-07-19
4242
- rustup component add rustfmt
4343

4444
script:

0 commit comments

Comments
 (0)