1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

update rust version for ci (#2599)

This commit is contained in:
andy finch 2019-06-28 16:26:54 -04:00 committed by Ryan Dahl
parent a5441003fe
commit 83fe397016
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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