mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-25 08:12:26 +00:00
gotta have that .0
This commit is contained in:
parent
a1ef436bfa
commit
c9f72f036e
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
matrix:
|
||||
rust:
|
||||
# 1.34 doesn't support the alloc feature! (1.36 or later)
|
||||
- { toolchain: 1.34, extra_args: "" }
|
||||
- { toolchain: 1.34.0, extra_args: "" }
|
||||
# Stable and later support all of our features.
|
||||
- { toolchain: stable, extra_args: "" }
|
||||
- { toolchain: stable, extra_args: "--all-features" }
|
||||
|
Loading…
Reference in New Issue
Block a user