From 4582987aba38ffb08e891c0bb8a842274d281bf2 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Fri, 28 Mar 2025 08:53:59 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20update=20Cargo=20regist?= =?UTF-8?q?ry=20registry=20URLs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cargo/config.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index f9353cb..a9b982e 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,8 +1,6 @@ [registries.lugit] -index = "sparse+http://lugit.local/api/packages/lucodear/cargo/" +index = "sparse+https://git.lucode.dev/api/packages/lucas/cargo/" -[registries.lugit-sa] -index = "sparse+http://lugit.local/api/packages/singleaction/cargo/" [registry] global-credential-providers = ["cargo:token"]