Skip to content

Commit

Permalink
Fix build with rust 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
gentoo90 committed Nov 19, 2023
1 parent ecda498 commit 5312581
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
with:
command: update
args: --package serde_bytes --precise 0.11.10
- name: Restrict serde_json version
if: matrix.restrict_deps_versions
uses: actions-rs/cargo@v1
with:
command: update
args: --package serde_json --precise 1.0.72
- name: Restrict serde version
if: matrix.restrict_deps_versions
uses: actions-rs/cargo@v1
Expand All @@ -83,6 +89,12 @@ jobs:
with:
command: update
args: --package proc-macro2 --precise 1.0.65
- name: Restrict ryu version
if: matrix.restrict_deps_versions
uses: actions-rs/cargo@v1
with:
command: update
args: --package ryu --precise 1.0.6
- name: Check formatting
if: matrix.lint
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 5312581

Please sign in to comment.