Skip to content

Commit 640a83d

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

File tree

5 files changed

+185
-110
lines changed

5 files changed

+185
-110
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

+3-3
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
- |

0 commit comments

Comments
 (0)