From 1679e2424d291a907862faa1a0eb94247036809e Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Tue, 23 Apr 2024 10:23:08 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20update=20repos=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cargo/config.toml | 3 +++ Taskfile.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index b582f2c..f9353cb 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,8 @@ [registries.lugit] index = "sparse+http://lugit.local/api/packages/lucodear/cargo/" +[registries.lugit-sa] +index = "sparse+http://lugit.local/api/packages/singleaction/cargo/" + [registry] global-credential-providers = ["cargo:token"] diff --git a/Taskfile.yaml b/Taskfile.yaml index d945918..6c2a213 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -47,4 +47,4 @@ tasks: publish: desc: 🚀 publish lool cmds: - - cargo publish --registry lugit + - cargo publish --registry lugit-sa