From ed962cc560fd0f56aa79a2172dadfc9fcb9abc17 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Mon, 15 Jul 2024 12:48:07 +0200 Subject: [PATCH] chore: try sparse registry on ARM --- .github/workflows/ci.yml | 1 + rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ccff6e..1db808e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ env: RUSTFLAGS: "-Dwarnings" CARGO_INCREMENTAL: 0 RUST_BACKTRACE: 1 + CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse jobs: set-msrv: diff --git a/rust-toolchain b/rust-toolchain index af92bdd..5deab58 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.63.0 +1.68.2