mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-22 06:42:25 +00:00
attempt to downgrade to 1.31
This commit is contained in:
parent
af499f4c7c
commit
1ab1c006cd
@ -4,7 +4,7 @@ git:
|
||||
quiet: true
|
||||
|
||||
rust:
|
||||
- 1.38.0
|
||||
- 1.31.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
@ -14,13 +14,13 @@ matrix:
|
||||
environment:
|
||||
matrix:
|
||||
# Stable
|
||||
- channel: 1.38.0
|
||||
- channel: 1.31.0
|
||||
target: i686-pc-windows-msvc
|
||||
- channel: 1.38.0
|
||||
- channel: 1.31.0
|
||||
target: i686-pc-windows-gnu
|
||||
- channel: 1.38.0
|
||||
- channel: 1.31.0
|
||||
target: x86_64-pc-windows-msvc
|
||||
- channel: 1.38.0
|
||||
- channel: 1.31.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