From 0f11dc08f3ac7acfc356ed2d4e2711e6c023566c Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 12 Mar 2024 08:01:03 +0100 Subject: [PATCH] config.json: Switch to direct CDN downloads see https://blog.rust-lang.org/2024/03/11/crates-io-download-changes.html --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index b453be65ff9..afaa4915251 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { - "dl": "https://crates.io/api/v1/crates", + "dl": "https://static.crates.io/crates", "api": "https://crates.io" }