From 69cfefe9b6168d2b642e0c6538bfd29b1891394c Mon Sep 17 00:00:00 2001 From: hunjixin <1084400399@qq.com> Date: Tue, 9 Aug 2022 16:10:29 +0800 Subject: [PATCH] update --- tools/sdk_tool/src/patch.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/sdk_tool/src/patch.rs b/tools/sdk_tool/src/patch.rs index 8dc4dd5..4f2ea81 100644 --- a/tools/sdk_tool/src/patch.rs +++ b/tools/sdk_tool/src/patch.rs @@ -23,6 +23,7 @@ pub fn apply_patch(_: &PatchConfig) -> Result<()> { go_patch_map.insert("1.17.x".to_string(), "go_v1.17.x.patch".to_string()); let mut tinygo_patch_map: HashMap = HashMap::new(); + tinygo_patch_map.insert("0.24.x".to_string(), "tinygo_v0.24.x.patch".to_string()); tinygo_patch_map.insert("0.25.x".to_string(), "tinygo_v0.25.x.patch".to_string()); let version_str = utils::get_tinygo_version()?;