Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Update to filecheck 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Sep 28, 2018
1 parent 9fd054b commit 191638e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/filetests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ publish = false
cranelift-codegen = { path = "../codegen", version = "0.22.0" }
cranelift-reader = { path = "../reader", version = "0.22.0" }
file-per-thread-logger = "0.1.1"
filecheck = "0.3.0"
filecheck = "0.4.0"
num_cpus = "1.8.0"
log = "0.4.4"

0 comments on commit 191638e

Please sign in to comment.