Configure walrus to generate DWARF/names at the right times

Fixes ##1254
This commit is contained in:
Nick Fitzgerald
2019-02-14 06:35:40 -08:00
parent c49b87b2d8
commit 17dc79e4c5
5 changed files with 6 additions and 4 deletions

View File

@ -12,5 +12,5 @@ Support for threading-related transformations in wasm-bindgen
edition = "2018"
[dependencies]
walrus = "0.1"
walrus = "0.2"
failure = "0.1"