Remove need to pin deps
[rapid-gossip-sync-server] / .github / workflows / build.yml
index 4ebe48ca011f4948d4ee3dd28c9d79a10b0f948a..fce9797d0a9f0f6520d15d56fff68eb3bb41f0ae 100644 (file)
@@ -16,10 +16,6 @@ jobs:
           - stable
           - 1.48.0
           - beta
-        pinning: [true, false]
-        exclude:
-          - toolchain: 1.48.0
-            pinning: false
     runs-on: ubuntu-latest
     steps:
       - name: Checkout source code
@@ -30,13 +26,6 @@ jobs:
           toolchain: ${{ matrix.toolchain }}
           override: true
           profile: minimal
-      - name: Pin dependencies
-        if: ${{ matrix.pinning }}
-        run: |
-          cargo update -p tokio-postgres --precise "0.7.5" --verbose
-          cargo update -p postgres-types --precise "0.2.3" --verbose
-          cargo update -p tokio --precise "1.14.1" --verbose
-          cargo update -p once_cell --precise "1.14.0" --verbose
       - name: Build on Rust ${{ matrix.toolchain }}
         run: |
           cargo build --verbose --color always