summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy finch <andyfinch7@gmail.com>2019-06-28 16:26:54 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-06-28 16:26:54 -0400
commit83fe39701651058ae8c824621b7ef3849704fe07 (patch)
tree888a1f2d5ca50a7bda35fcb73352f9207eeb5cde
parenta5441003fe54dbdd93d243d2a5f3732447464e0c (diff)
update rust version for ci (#2599)
-rw-r--r--.appveyor.yml2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 3a5e9855a..fbc0efe95 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -12,7 +12,7 @@ environment:
DENO_BUILD_PATH: $(APPVEYOR_BUILD_FOLDER)\target\release
DENO_THIRD_PARTY_PATH: $(APPVEYOR_BUILD_FOLDER)\third_party
RELEASE_ARTIFACT: deno_win_x64.zip
- RUST_VERSION: 1.34.1
+ RUST_VERSION: 1.35.0
RUST_DIR: $(USERPROFILE)\rust-$(RUST_VERSION)
CARGO_HOME: $(RUST_DIR)\cargo
RUSTUP_HOME: $(RUST_DIR)\rustup
diff --git a/.travis.yml b/.travis.yml
index 0109041d9..b2fbc6737 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ git:
depth: 1
env:
global:
- - RUST_VERSION=1.34.1
+ - RUST_VERSION=1.35.0
- CARGO_HOME=$TRAVIS_BUILD_DIR/third_party/rust_crates/
- RUSTUP_HOME=$HOME/.rustup/
- RUST_BACKTRACE=full