mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Use cargo feature instead of conditional compilation hacks
This commit is contained in:
parent
0b3cc87f2d
commit
5f61f7b75f
4 changed files with 40 additions and 29 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
with:
|
||||
use-cross: false
|
||||
command: check
|
||||
args: --examples --target=${{ matrix.target }}
|
||||
args: --examples --target=${{ matrix.target }} --features __min_r1_43
|
||||
|
||||
- name: cargo check -p homogeneous
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue