Skip to content

Commit f436ebf

Browse files
bors[bot]Undin
andcommittedNov 7, 2018
3023: CI: update rust to 1.30 on travis and appveyor r=Undin a=Undin Co-authored-by: Arseniy Pendryak <a.pendryak@yandex.ru>
2 parents 2ba126f + 18eb6cc commit f436ebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jdk: oraclejdk8
1111
env:
1212
global:
1313
- OLD_RUST_VERSION=1.25.0
14-
- CURRENT_RUST_VERSION=1.29.0
14+
- CURRENT_RUST_VERSION=1.30.0
1515
- NIGHLY_RUST_VERSION=nightly-2018-10-21
1616
- RUST_SRC_WITH_SYMLINK=$HOME/.rust-src
1717
matrix:

‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
# use the most aggressive compressing because .gradle is HUGE
88
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -m0=lzma2 -mx=9
99
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
10-
RUST_VERSION: 1.29.0
10+
RUST_VERSION: 1.30.0
1111
JAVA_OPTS: -Xmx2g
1212
RUST_SRC_WITH_SYMLINK: C:\Users\appveyor\.rust-src
1313

0 commit comments

Comments
 (0)
Please sign in to comment.