Build no-std on 1.47 now that core2 supports it

This commit is contained in:
Matt Corallo 2021-12-16 02:21:48 +00:00
parent 144145e4f9
commit 01ef55ae86

View file

@ -52,7 +52,7 @@ jobs:
build-no-std: false
coverage: true
- toolchain: 1.47.0
build-no-std: false
build-no-std: true
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout source code