Update to filecheck 0.4.0.

This commit is contained in:
Dan Gohman
2018-09-27 17:30:16 -07:00
parent 44f1ee5518
commit 75e4ff62a0
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ cranelift-module = { path = "lib/module", version = "0.22.0" }
cranelift-faerie = { path = "lib/faerie", version = "0.22.0" }
cranelift-simplejit = { path = "lib/simplejit", version = "0.22.0" }
cranelift = { path = "lib/umbrella", version = "0.22.0" }
filecheck = "0.3.0"
filecheck = "0.4.0"
clap = "2.32.0"
serde = "1.0.8"
term = "0.5.1"