Skip to content

Commit

Permalink
Fix build with rust 1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
gentoo90 committed Jan 5, 2025
1 parent 729bc8a commit e6780f6
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 @@ -95,6 +95,18 @@ jobs:
with:
command: update
args: --package ryu --precise 1.0.6
- name: Restrict libc version
if: matrix.restrict_deps_versions
uses: actions-rs/cargo@v1
with:
command: update
args: --package libc --precise 0.2.164
- name: Restrict num-traits version
if: matrix.restrict_deps_versions
uses: actions-rs/cargo@v1
with:
command: update
args: --package num-traits --precise 0.2.18
- name: Check formatting
if: matrix.lint
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit e6780f6

Please sign in to comment.