Update docopt dependency to 0.8.0.

This breaks our depending on two different versions of the regex
library.

This updated docopt uses serde instead of rustc_serialize.
This commit is contained in:
Jakob Stoklund Olesen
2017-06-14 10:35:01 -07:00
parent 454910407f
commit 897c363714
2 changed files with 10 additions and 7 deletions

View File

@@ -16,8 +16,9 @@ path = "src/cton-util.rs"
cretonne = { path = "lib/cretonne" }
cretonne-reader = { path = "lib/reader" }
filecheck = { path = "lib/filecheck" }
docopt = "0.6.86"
rustc-serialize = "0.3.19"
num_cpus = "1.1.0"
docopt = "0.8.0"
serde = "1.0.8"
serde_derive = "1.0.8"
num_cpus = "1.5.1"
[workspace]