Remove unnecessary include in Github Actions script.
authorValentine Wallace <vwallace@protonmail.com>
Thu, 17 Sep 2020 18:13:12 +0000 (14:13 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Thu, 17 Sep 2020 20:07:39 +0000 (16:07 -0400)
.github/workflows/build.yml

index 292addc4d6406177397aefeddfc5c2fcaeda6b71..70cc2e48efb77d7e5efcd9f3dfb3d617831c1bc4 100644 (file)
@@ -22,7 +22,6 @@ jobs:
           - toolchain: 1.39.0
             build-net-tokio: true
             coverage: true
-          - toolchain: 1.34.2
     runs-on: ubuntu-latest
     steps:
       - name: Checkout source code