Upgrade capstone to v0.9

This commit is contained in:
Qiu Wenbo
2021-07-19 17:14:28 +08:00
parent db5566dadb
commit f628d06118
3 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ cranelift-fuzzgen = { path = "fuzzgen", version = "0.75.0" }
filecheck = "0.5.0"
log = "0.4.8"
termcolor = "1.1.2"
capstone = { version = "0.8.0", optional = true }
capstone = { version = "0.9.0", optional = true }
wat = { version = "1.0.36", optional = true }
target-lexicon = { version = "0.12", features = ["std"] }
peepmatic-souper = { path = "./peepmatic/crates/souper", version = "0.75.0", optional = true }