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