Skip to content

Commit

Permalink
Fix build with rust 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
gentoo90 committed Aug 16, 2023
1 parent 60c4210 commit 47feed9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ jobs:
with:
command: update
args: --package proc-macro2 --precise 1.0.65
- name: Restrict windows-targets version
if: matrix.restrict_deps_versions
uses: actions-rs/cargo@v1
with:
command: update
args: --package windows-targets --precise 0.48.1
- name: Check formatting
if: matrix.lint
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 47feed9

Please sign in to comment.