Pin nightly in ci
This commit is contained in:
parent
fd199e2683
commit
fbe71b27cb
|
@ -19,7 +19,7 @@ matrix:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TRAVIS_RUST_VERSION=nightly
|
- TRAVIS_RUST_VERSION=nightly-2019-01-12
|
||||||
- RUST_BACKTRACE=1
|
- RUST_BACKTRACE=1
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
|
|
@ -43,7 +43,7 @@ name = "string_sum"
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies.pyo3]
|
[dependencies.pyo3]
|
||||||
version = "0.5"
|
version = "0.6.0-alpha.1"
|
||||||
features = ["extension-module"]
|
features = ["extension-module"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
nightly
|
nightly-2019-01-12
|
Loading…
Reference in New Issue