Update README version

This commit is contained in:
Alex Crichton 2018-04-03 14:04:23 -07:00
parent 0d1759abd5
commit 07c5ff5a93

View File

@ -70,7 +70,7 @@ configuring our build output:
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.1"
wasm-bindgen = "0.2"
```
Next up our actual code! We'll write this in `src/lib.rs`: