From f9b0c8bd17ae75891686ca39191608bbcdce661a Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 2 Jun 2023 11:01:28 +0800 Subject: [PATCH] chore(cargo): remove sparse registries, which is now the default --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 3691ef67b..f69768d95 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -11,9 +11,6 @@ rule = "run -p rulegen" [build] rustflags = ["-C", "target-cpu=native"] -[registries.crates-io] -protocol = "sparse" - [target.'cfg(all())'] rustflags = [ # CLIPPY LINT SETTINGS