Skip to content

Commit

Permalink
chore(example): pin wasm-bindgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Jul 2, 2019
1 parent 36e853c commit fd9c07b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 96 deletions.
139 changes: 46 additions & 93 deletions example/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 example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[package]
name = "wasm-pack-test"
version = "0.1.0"
authors = ["Sven SAULEAU <sven@sauleau.com>"]
authors = ["Sven Sauleau <sven@sauleau.com>"]

[lib]
crate-type = ["cdylib"]

[dependencies]
wasm-bindgen = "0.2"

wasm-bindgen = "=0.2.45"

0 comments on commit fd9c07b

Please sign in to comment.