Skip to content

Commit

Permalink
appveyor - Switch to 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Nov 3, 2019
1 parent 56c9b3f commit 5044494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ build:
verbosity: minimal

test_script:
# - Download/extract rust 1.19.0
- appveyor DownloadFile https://static.rust-lang.org/dist/rustc-1.19.0-src.tar.gz
- tar xzf rustc-1.19.0-src.tar.gz
# - Download/extract rust 1.29.0
- appveyor DownloadFile https://static.rust-lang.org/dist/rustc-1.29.0-src.tar.gz
- tar xzf rustc-1.29.0-src.tar.gz
- cmd: cd vsproject
- cmd: call build_std.cmd
- cmd: call run_hello.cmd

0 comments on commit 5044494

Please sign in to comment.