Upgrade capstone to v0.8 (#2948)

This commit is contained in:
Andrew Brown
2021-05-28 07:51:14 -07:00
committed by GitHub
parent 33c791e1f5
commit 40d546c420
3 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ cranelift = { path = "umbrella", version = "0.74.0" }
filecheck = "0.5.0"
log = "0.4.8"
termcolor = "1.1.2"
capstone = { version = "0.7.0", optional = true }
capstone = { version = "0.8.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.74.0", optional = true }