Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hunjixin committed Aug 9, 2022
1 parent 805343f commit 69cfefe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/sdk_tool/src/patch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, String> = 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()?;
Expand Down

0 comments on commit 69cfefe

Please sign in to comment.