diff --git a/.cargo/config.toml b/.cargo/config.toml index 57d2d47..e4f5cb5 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,6 @@ +[registries.crates-io] +protocol = "sparse" + [target.'cfg(all())'] rustflags = [ "-Wclippy::fallible_impl_from",