Skip to content

Commit

Permalink
misc: switch to a different wasm-bindgen fork for now (see #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrbutani committed May 26, 2020
1 parent aaefb03 commit 8c8a4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ rustdoc-args = ["--cfg", "docs"]


[patch.crates-io]
wasm-bindgen = { git = "https://github.com/rrbutani/wasm-bindgen.git" } # TODO: switch back once things get merged!
wasm-bindgen = { git = "https://github.com/rrbutani/wasm-bindgen.git", branch = "patches" } # TODO: switch back once things get merged!
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ debug = true


[patch.crates-io]
wasm-bindgen = { git = "https://github.com/rrbutani/wasm-bindgen.git" } # TODO: switch back once things get merged!
wasm-bindgen = { git = "https://github.com/rrbutani/wasm-bindgen.git", branch = "patches" } # TODO: switch back once things get merged!

0 comments on commit 8c8a4ce

Please sign in to comment.