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 17, 2023
1 parent 60c4210 commit fc6521e
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 @@ -83,6 +83,18 @@ 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: Restrict windows_x86_64_msvc version
if: matrix.restrict_deps_versions
uses: actions-rs/cargo@v1
with:
command: update
args: --package windows_x86_64_msvc --precise 0.48.0
- name: Check formatting
if: matrix.lint
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit fc6521e

Please sign in to comment.