* Changing from docopt to clap for the clif-util * Updates to cargo file. * Remove filecheck subcommand.
This commit is contained in:
committed by
Dan Gohman
parent
77eb38c41f
commit
0f93ef5cee
@@ -27,9 +27,8 @@ cranelift-faerie = { path = "lib/faerie", version = "0.19.0" }
|
||||
cranelift-simplejit = { path = "lib/simplejit", version = "0.19.0" }
|
||||
cranelift = { path = "lib/umbrella", version = "0.19.0" }
|
||||
filecheck = "0.3.0"
|
||||
docopt = "1"
|
||||
clap = "2.32.0"
|
||||
serde = "1.0.8"
|
||||
serde_derive = "1.0.8"
|
||||
term = "0.5.1"
|
||||
capstone = { version = "0.4", optional = true }
|
||||
wabt = { version = "0.4", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user