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:
@@ -10,7 +10,7 @@ version = "0.1.0"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
arbitrary = "0.2.0"
|
arbitrary = "0.2.0"
|
||||||
binaryen = "0.8.1"
|
binaryen = "0.8.2"
|
||||||
cranelift-codegen = "0.50.0"
|
cranelift-codegen = "0.50.0"
|
||||||
cranelift-native = "0.50.0"
|
cranelift-native = "0.50.0"
|
||||||
wasmparser = "0.42.1"
|
wasmparser = "0.42.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user