Skip to content

Commit 345e409

Browse files
committed
appveyor: use latest beta of rust
1 parent d32bd29 commit 345e409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
install:
2-
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.4.0-i686-pc-windows-gnu.exe'
3-
- rust-1.4.0-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
2+
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-beta-i686-pc-windows-gnu.exe'
3+
- rust-beta-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
44
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
55
- rustc -V
66
- cargo -V
@@ -9,7 +9,7 @@ build: none
99

1010
test_script:
1111
- cargo build --release
12-
- cmd: 7z a enforcer.zip enforcer
12+
- cmd: 7z a enforcer.zip target/release/enforcer.exe
1313
- cargo test --verbose
1414

1515
artifacts:

0 commit comments

Comments
 (0)