Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit e2b0f9e

Browse files
authored
Update to v2.0.0-rc6 (#25)
1 parent cd1c7a0 commit e2b0f9e

15 files changed

+5861
-3933
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: rust
2-
rust: nightly-2020-03-12
2+
rust: nightly-2020-08-16
33

44
before_cache:
55
- chmod -R a+r $HOME/.cargo
@@ -18,7 +18,7 @@ jobs:
1818
- stage: "Build"
1919
name: Build (WASM and native)
2020
script:
21-
- RUST_TOOLCHAIN=nightly-2020-03-12 TARGET=build-client travis_wait 180 ./scripts/ci.sh
21+
- RUST_TOOLCHAIN=nightly-2020-08-16 TARGET=build-client travis_wait 180 ./scripts/ci.sh
2222
deploy:
2323
- provider: script
2424
script: TARGET=default ./scripts/ci_docker.sh

0 commit comments

Comments
 (0)