From 28804ce48fd8b604f5478fb911979850bd105d1d Mon Sep 17 00:00:00 2001 From: fzyzcjy Date: Wed, 29 Nov 2023 16:23:59 +0800 Subject: [PATCH] refactor: mv cargokit --- .gitmodules | 2 +- .../assets/integration_template/{ => rust_builder}/cargokit | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename frb_codegen/assets/integration_template/{ => rust_builder}/cargokit (100%) diff --git a/.gitmodules b/.gitmodules index b098ad756e..f96e9d961e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "frb_codegen/assets/integration_template/cargokit"] - path = frb_codegen/assets/integration_template/cargokit + path = frb_codegen/assets/integration_template/rust_builder/cargokit url = https://github.com/irondash/cargokit diff --git a/frb_codegen/assets/integration_template/cargokit b/frb_codegen/assets/integration_template/rust_builder/cargokit similarity index 100% rename from frb_codegen/assets/integration_template/cargokit rename to frb_codegen/assets/integration_template/rust_builder/cargokit