Fix stack depth in rem, update cranelift-codegen

This commit is contained in:
Jef
2019-07-11 13:10:47 +02:00
parent f53dc0b309
commit 7cc6a1d9f3
2 changed files with 13 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ itertools = "0.8"
capstone = "0.5.0"
failure = "0.1.3"
failure_derive = "0.1.3"
cranelift-codegen = "0.30"
cranelift-codegen = "0.33"
multi_mut = "0.1"
either = "1.5"
wabt = "0.7"