Update to num_cpus 1.8, and other updates.

This commit is contained in:
Dan Gohman
2018-03-15 21:09:59 -07:00
parent e889b88d04
commit 4dbafb45c7
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ docopt = "0.8.0"
serde = "1.0.8"
serde_derive = "1.0.8"
tempdir = "0.3.5"
term = "0.5"
term = "0.5.1"
[workspace]

View File

@@ -14,5 +14,5 @@ name = "cton_filetests"
[dependencies]
cretonne = { path = "../cretonne", version = "0.3.4" }
cretonne-reader = { path = "../reader", version = "0.3.4" }
filecheck = "0.2.0"
num_cpus = "1.5.1"
filecheck = "0.2.1"
num_cpus = "1.8.0"