Update binaryen-rs to 0.8.2

This contains an update of the `bindgen` build dependency, to a new version that
compiles on nightly, unlike the old version.
This commit is contained in:
Nick Fitzgerald
2019-11-22 09:56:34 -08:00
parent a26103b10c
commit 66977cd4ae

View File

@@ -10,7 +10,7 @@ version = "0.1.0"
[dependencies]
arbitrary = "0.2.0"
binaryen = "0.8.1"
binaryen = "0.8.2"
cranelift-codegen = "0.50.0"
cranelift-native = "0.50.0"
wasmparser = "0.42.1"