mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 14:54:30 +00:00
Update minimal Rust version from 1.31 to 1.51
This commit is contained in:
parent
f7cb3e575f
commit
a3f4d8f41e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
|||||||
toolchain:
|
toolchain:
|
||||||
- stable
|
- stable
|
||||||
- nightly
|
- nightly
|
||||||
- 1.36.0
|
- 1.51.0
|
||||||
features:
|
features:
|
||||||
- serde
|
- serde
|
||||||
buildtype:
|
buildtype:
|
||||||
@ -242,7 +242,7 @@ jobs:
|
|||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: 1.36.0
|
toolchain: 1.51.0
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user