Raise MSRV to 1.49.0, following tokio
authorElias Rohrer <ero@tnull.de>
Wed, 11 Jan 2023 11:45:13 +0000 (12:45 +0100)
committerElias Rohrer <ero@tnull.de>
Wed, 11 Jan 2023 11:45:13 +0000 (12:45 +0100)
.github/workflows/build.yml

index 4763a8354b10955c5a4b21cd77b97d9820f43461..61c5aee2567ef893acdcfca6c6ae19cde73c1cd3 100644 (file)
@@ -7,13 +7,13 @@ jobs:
     strategy:
       matrix:
         platform: [ ubuntu-latest, macos-latest, windows-latest ]
-        toolchain: [ stable, 1.48.0 ]
+        toolchain: [ stable, 1.49.0 ]
         include:
           - toolchain: stable
             check-fmt: true
         exclude:
           - platform: macos-latest
-            toolchain: 1.48.0
+            toolchain: 1.49.0
     runs-on: ${{ matrix.platform }}
     steps:
       - name: Checkout source code