From af9fd59598549dd1c0d43e81e26e93171019d4a0 Mon Sep 17 00:00:00 2001 From: Nikolay Govorov Date: Mon, 24 Aug 2026 03:33:03 +0100 Subject: Rename infra -> platform --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index f2df3de..52628fd 100644 --- a/mise.toml +++ b/mise.toml @@ -15,5 +15,5 @@ rust = { version = "1.97.1", profile = "minimal", components = [ [task_config] dir = "{{cwd}}" includes = [ - "git::https://github.com/dimidiumlabs/infra.git//tasks?ref=e5ca3be4349af3d1da2dde9d1165d52fb014a371", + "git::https://github.com/dimidiumlabs/platform.git//tasks?ref=e5ca3be4349af3d1da2dde9d1165d52fb014a371", ] -- Gilti