Raise MSRV to 1.49.0, following tokio
[ldk-sample] / .github / workflows / build.yml
index 2ad6ccd7d65c72733c91be2df98691b099aca30d..61c5aee2567ef893acdcfca6c6ae19cde73c1cd3 100644 (file)
@@ -7,10 +7,13 @@ jobs:
     strategy:
       matrix:
         platform: [ ubuntu-latest, macos-latest, windows-latest ]
-        toolchain: [ stable, beta ]
+        toolchain: [ stable, 1.49.0 ]
         include:
           - toolchain: stable
             check-fmt: true
+        exclude:
+          - platform: macos-latest
+            toolchain: 1.49.0
     runs-on: ${{ matrix.platform }}
     steps:
       - name: Checkout source code