mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 22:32:23 +00:00
1.34 needed for NonZeroI32 and friends
This commit is contained in:
parent
389e4e5a27
commit
37380f8867
30
.travis.yml
30
.travis.yml
@ -4,7 +4,7 @@ git:
|
||||
quiet: true
|
||||
|
||||
rust:
|
||||
- 1.31.0
|
||||
- 1.34.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
@ -30,23 +30,23 @@ matrix:
|
||||
# If we wanted to flag on --release mode we'd add a line like this
|
||||
#- { os: linux, rust: 1.38.0, env: FLAGS=--release }
|
||||
|
||||
- { os: linux, rust: 1.31.0, env: TARGET=wasm32-unknown-unknown }
|
||||
- { os: linux, rust: 1.31.0, env: TARGET=wasm32-wasi }
|
||||
- { os: linux, rust: 1.34.0, env: TARGET=wasm32-unknown-unknown }
|
||||
- { os: linux, rust: 1.34.0, env: TARGET=wasm32-wasi }
|
||||
|
||||
- { os: linux, rust: 1.31.0, env: TARGET=aarch64-linux-android }
|
||||
- { os: linux, rust: 1.31.0, env: TARGET=armv7-linux-androideabi }
|
||||
- { os: linux, rust: 1.31.0, env: TARGET=i686-linux-android }
|
||||
- { os: linux, rust: 1.31.0, env: TARGET=x86_64-linux-android }
|
||||
- { os: linux, rust: 1.34.0, env: TARGET=aarch64-linux-android }
|
||||
- { os: linux, rust: 1.34.0, env: TARGET=armv7-linux-androideabi }
|
||||
- { os: linux, rust: 1.34.0, env: TARGET=i686-linux-android }
|
||||
- { os: linux, rust: 1.34.0, env: TARGET=x86_64-linux-android }
|
||||
|
||||
- { os: linux, rust: 1.31.0, env: TARGET=arm-unknown-linux-gnueabihf }
|
||||
- { os: linux, rust: 1.31.0, env: TARGET=armv7-unknown-linux-gnueabihf }
|
||||
- { os: linux, rust: 1.31.0, env: TARGET=thumbv7neon-unknown-linux-gnueabihf }
|
||||
- { os: linux, rust: 1.34.0, env: TARGET=arm-unknown-linux-gnueabihf }
|
||||
- { os: linux, rust: 1.34.0, env: TARGET=armv7-unknown-linux-gnueabihf }
|
||||
- { os: linux, rust: 1.34.0, env: TARGET=thumbv7neon-unknown-linux-gnueabihf }
|
||||
|
||||
- { os: osx, rust: 1.31.0, env: TARGET=aarch64-apple-ios }
|
||||
- { os: osx, rust: 1.31.0, env: TARGET=armv7-apple-ios }
|
||||
- { os: osx, rust: 1.31.0, env: TARGET=armv7s-apple-ios }
|
||||
- { os: osx, rust: 1.31.0, env: TARGET=i386-apple-ios }
|
||||
- { os: osx, rust: 1.31.0, env: TARGET=x86_64-apple-ios }
|
||||
- { os: osx, rust: 1.34.0, env: TARGET=aarch64-apple-ios }
|
||||
- { os: osx, rust: 1.34.0, env: TARGET=armv7-apple-ios }
|
||||
- { os: osx, rust: 1.34.0, env: TARGET=armv7s-apple-ios }
|
||||
- { os: osx, rust: 1.34.0, env: TARGET=i386-apple-ios }
|
||||
- { os: osx, rust: 1.34.0, env: TARGET=x86_64-apple-ios }
|
||||
|
||||
script:
|
||||
- pushd scripts
|
||||
|
@ -1,5 +1,5 @@
|
||||
[![License:Zlib](https://img.shields.io/badge/License-Zlib-brightgreen.svg)](https://opensource.org/licenses/Zlib)
|
||||
![Minimum Rust Version](https://img.shields.io/badge/Min%20Rust-1.31-green.svg)
|
||||
![Minimum Rust Version](https://img.shields.io/badge/Min%20Rust-1.34-green.svg)
|
||||
[![travis.ci](https://travis-ci.org/Lokathor/bytemuck.svg?branch=master)](https://travis-ci.org/Lokathor/bytemuck)
|
||||
[![AppVeyor](https://ci.appveyor.com/api/projects/status/hgr4if0snmkmqj88/branch/master?svg=true)](https://ci.appveyor.com/project/Lokathor/bytemuck/branch/master)
|
||||
[![crates.io](https://img.shields.io/crates/v/bytemuck.svg)](https://crates.io/crates/bytemuck)
|
||||
|
@ -14,13 +14,13 @@ matrix:
|
||||
environment:
|
||||
matrix:
|
||||
# Stable
|
||||
- channel: 1.31.0
|
||||
- channel: 1.34.0
|
||||
target: i686-pc-windows-msvc
|
||||
- channel: 1.31.0
|
||||
- channel: 1.34.0
|
||||
target: i686-pc-windows-gnu
|
||||
- channel: 1.31.0
|
||||
- channel: 1.34.0
|
||||
target: x86_64-pc-windows-msvc
|
||||
- channel: 1.31.0
|
||||
- channel: 1.34.0
|
||||
target: x86_64-pc-windows-gnu
|
||||
# Beta and Nightly are checked by TravisCI since builds there run in
|
||||
# parallel.
|
||||
|
Loading…
Reference in New Issue
Block a user