Skip to content

Commit

Permalink
chore: update dependencies (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: vectronic <[email protected]>
  • Loading branch information
vectronic and vectronic authored May 10, 2022
1 parent aa1cd68 commit b270d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions bindings/bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ function readPointer(v: any): Uint8Array {
}
const opts = {
name: "flowscripter_template_deno_rust_library",
url: (new URL("https://github.com//releases/tag/v1.0.5", import.meta.url))
.toString(),
policy: undefined,
url: (new URL("../target/debug", import.meta.url)).toString(),
policy: CachePolicy.NONE,
}
const _lib = await prepare(opts, {
add: { parameters: ["i32", "i32"], result: "i32", nonblocking: false },
Expand Down

0 comments on commit b270d49

Please sign in to comment.