aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 17f92a9..f2a9b5f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,6 +19,9 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
profile: minimal
+ - name: Unpin dependencies except on MSRV
+ if: matrix.rust != '1.36.0'
+ run: cargo update
- uses: actions-rs/cargo@v1
with:
command: build