]> git.lizzy.rs Git - rust.git/commitdiff
Remove pinned Rust version again
authorFlorian Diebold <florian.diebold@freiheit.com>
Fri, 12 Feb 2021 14:59:29 +0000 (15:59 +0100)
committerFlorian Diebold <florian.diebold@freiheit.com>
Fri, 12 Feb 2021 15:31:16 +0000 (16:31 +0100)
.github/workflows/ci.yaml

index ec9ef59a88056fd9c64920619ad15f1178f18fba..1850068a340cdb7492bb4960f5b386e3cabc7505 100644 (file)
@@ -53,19 +53,11 @@ jobs:
     - name: Install Rust toolchain
       uses: actions-rs/toolchain@v1
       with:
-        toolchain: 1.49.0   # FIXME: CI is failing on 1.50
+        toolchain: stable
         profile: minimal
         override: true
         components: rustfmt, rust-src
 
-    - name: Install rustfmt
-      uses: actions-rs/toolchain@v1
-      with:
-        toolchain: stable
-        profile: minimal
-        override: false
-        components: rustfmt
-
     - name: Cache cargo directories
       uses: actions/cache@v2
       with: