Skip to content

Commit

Permalink
reverted accidental commit of change in app-rs bindgen uri
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbitney committed Sep 11, 2023
1 parent 2e77d93 commit 2298155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/bind/src/bindings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function getGenerateBindingFn(
);
case "app-rs":
return WrapBindgen.getGenerateBindingFn(
"wrap://ipfs/QmWLKXoVckfWTcEby3wgRc3E1VBb1VC4ftWG9sUdWFLbfy"
"wrapscan.io/polywrap/app-rust-abi-bindgen@1"
);
case "app-swift":
return WrapBindgen.getGenerateBindingFn(
Expand Down

0 comments on commit 2298155

Please sign in to comment.