File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " templates-plugin-python" ,
33 "private" : true ,
44 "dependencies" : {
5- "polywrap" : " 0.10.0-pre.14 "
5+ "polywrap" : " 0.10.2 "
66 }
77}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT"
88edition = " 2021"
99
1010[dependencies ]
11- polywrap-wasm-rs = { version = " 0.10.0-pre.14 " }
11+ polywrap-wasm-rs = { version = " 0.10.2 " }
1212serde = { version = " 1.0" , features = [" derive" ] }
1313
1414[lib ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export async function fetchWrappers(): Promise<void> {
2626 zip . extractAllTo ( destination , /*overwrite*/ true ) ;
2727 }
2828
29- const tag = "0.0.1-pre.9 "
29+ const tag = "0.1.0 "
3030 const repoName = "wasm-test-harness"
3131 const url = `https://github.com/polywrap/${ repoName } /releases/download/${ tag } /wrappers` ;
3232
You can’t perform that action at this time.
0 commit comments