diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-06-10 12:07:23 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-06-10 13:31:48 +0000 |
| commit | 5f61f7b75fa049af0f21576232c3d45022a8af77 (patch) | |
| tree | ef5fd8e6b705f396eccdc34ec2b26ff29866ab88 /.github/workflows/build.yml | |
| parent | 0b3cc87f2d590868963c32543ac3772a0b2dee28 (diff) | |
Use cargo feature instead of conditional compilation hacks
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6abe37..feae340 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
