Re-update the wat crate (#935)
This was accidentally downgraded as part of #926, but we want to be sure to pull in wast 7.0.0!
This commit is contained in:
@@ -21,7 +21,7 @@ cfg-if = "0.1.9"
|
||||
backtrace = "0.3.42"
|
||||
rustc-demangle = "0.1.16"
|
||||
lazy_static = "1.4"
|
||||
wat = { version = "1.0.7", optional = true }
|
||||
wat = { version = "1.0.8", optional = true }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = "0.3.7"
|
||||
|
||||
Reference in New Issue
Block a user