diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-06-11 18:21:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 18:21:01 +0200 |
| commit | 4397fbf76285658a108b0f17665f4024d97cfcb3 (patch) | |
| tree | 59a538e35f168e07d879c79e70a77ba4f737878a /.github | |
| parent | 28e963488fe487f3894e80de07bad08a148f5aa0 (diff) | |
| parent | 5f61f7b75fa049af0f21576232c3d45022a8af77 (diff) | |
Merge pull request #319 from AfoHT/fixoddex
Use cargo feature instead of conditional compilation hacks
Diffstat (limited to '.github')
| -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 8468ceb..00086ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,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 |
