Skip to content

Commit

Permalink
Fix CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
smessmer committed Jan 25, 2024
1 parent 3e07716 commit 72a9a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
profile: ["", "--release"]
# TODO Add --no-default-features
features: ["", "--all-features"]
# MSRV of binary-layout is 1.56 but for arm, one of our dependencies requires 1.65
toolchain: ["stable", "nightly", "1.65"]
# MSRV of binary-layout is 1.56 but for arm, one of our dependencies requires 1.70
toolchain: ["stable", "nightly", "1.70"]
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 72a9a55

Please sign in to comment.