Skip to content

Commit

Permalink
Merge pull request #333 from PyO3/pin_nightly_in_ci
Browse files Browse the repository at this point in the history
Pin nightly in ci
  • Loading branch information
konstin authored Jan 30, 2019
2 parents 3bb4462 + fbe71b2 commit ee4fc3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ matrix:

env:
global:
- TRAVIS_RUST_VERSION=nightly
- TRAVIS_RUST_VERSION=nightly-2019-01-12
- RUST_BACKTRACE=1

addons:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ name = "string_sum"
crate-type = ["cdylib"]

[dependencies.pyo3]
version = "0.5"
version = "0.6.0-alpha.1"
features = ["extension-module"]
```

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly
nightly-2019-01-12

0 comments on commit ee4fc3b

Please sign in to comment.