aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 905cbf5..37ced3c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,6 +30,15 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
+ - name: MSRV dependencies
+ if: matrix.rust == '1.36.0'
+ run: |
+ cargo generate-lockfile
+ cargo update -p serde_json --precise 1.0.99
+ cargo update -p serde --precise 1.0.156
+ cargo update -p quote --precise 1.0.30
+ cargo update -p proc-macro2 --precise 1.0.65
+
- name: Build (no_std)
run: cargo build --no-default-features