Skip to content

Commit

Permalink
fix: upgrade wasm-bindgen to 0.2.90
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jan 14, 2024
1 parent 6f06f8d commit d77cc39
Show file tree
Hide file tree
Showing 7 changed files with 218 additions and 57 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions lib/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ interface WasmCrate {
}

export const versions = {
wasmBindgen: "0.2.89",
wasmBindgenFutures: "0.4.39",
jsSys: "0.3.66",
webSys: "0.3.66",
wasmBindgen: "0.2.90",
wasmBindgenFutures: "0.4.40",
jsSys: "0.3.67",
webSys: "0.3.67",
};

export function verifyVersions(crate: WasmCrate) {
Expand Down
Loading

0 comments on commit d77cc39

Please sign in to comment.