From f4201621b7dc3bc58e20671dbc35a519e0885476 Mon Sep 17 00:00:00 2001 From: Paul Schulze Date: Wed, 5 Apr 2023 17:50:09 +0200 Subject: [PATCH] [build] use cargo sparse registry format --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 235cdfc..e6192c1 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,6 @@ [build] target = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"] rustflags = ["-C", "target-feature=+crt-static"] + +[registries.crates-io] +protocol = "sparse"