From 72a9a55c383c6ef56c834adbffbce63e63a42b2a Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Thu, 25 Jan 2024 00:02:10 -0800 Subject: [PATCH] Fix CI errors --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9fc08e..8b3a8ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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