Build no-std on 1.47 now that core2 supports it 2021-12-fix-tokio-msrv-bump
authorMatt Corallo <git@bluematt.me>
Thu, 16 Dec 2021 02:21:48 +0000 (02:21 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 16 Dec 2021 02:22:56 +0000 (02:22 +0000)
.github/workflows/build.yml

index 92419edbd7f333eab2555676d3a3bc3b467a40f5..20ca306b18dcd7e185a1cc629012a6ce1ec7da4c 100644 (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