Skip to content

Commit

Permalink
removed appveyor 32-bit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarjit committed Aug 1, 2019
1 parent 92c8c96 commit a2bf0b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "easy_xxhash64"
version = "1.1.3"
version = "1.1.4"
authors = ["Scarjit <scarjit@aol.com>"]
edition = "2018"

Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ environment:
matrix:
- TARGET: x86_64-pc-windows-gnu
MSYS_BITS: 64
- TARGET: i686-pc-windows-gnu
MSYS_BITS: 32
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
Expand Down

0 comments on commit a2bf0b6

Please sign in to comment.