Skip to content

Commit

Permalink
Attempt to fix MSRV build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Oct 12, 2024
1 parent 04cbc38 commit a859baa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ogg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
override: true
- name: Downgrade dependencies to comply with MSRV
if: matrix.toolchain == '1.56.1'
run: cargo update -p tokio --precise 1.29.1
run: |
cargo update -p tokio --precise 1.29.1
cargo update -p ppv-lite86 --precise 0.2.17
- name: Run no-default-features builds
if: matrix.toolchain != '1.56.1'
run: |
Expand Down

0 comments on commit a859baa

Please sign in to comment.