Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Mar 11, 2024
1 parent 12ef42d commit 236427e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Setup:
## Upgrading wasm-bindgen version

1. Upgrade the versions in the Cargo.toml files
1. Upgrade the versions in `lib/version.ts` to match.
1. Upgrade the versions in `lib/versions.ts` to match.
1. Run `cargo install -f wasm-bindgen-cli` to get the latest wasm-bindgen-cli
version.
- See https://github.com/denoland/wasmbuild/issues/51 for why this is
Expand Down
2 changes: 1 addition & 1 deletion lib/commands/new_command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ edition = "2021"
crate_type = ["cdylib"]
[dependencies]
wasm-bindgen = "=${versions.wasmBindgen}"
wasm-bindgen = "=${versions["wasm-bindgen"]}"
`,
);
await Deno.writeTextFile(
Expand Down

0 comments on commit 236427e

Please sign in to comment.