Update to docopt 1.0. (#332)

This commit is contained in:
Bruce Mitchener
2018-05-15 02:27:14 +07:00
committed by Dan Gohman
parent e9a0a9977d
commit 07c65bab11

View File

@@ -24,7 +24,7 @@ cretonne-faerie = { path = "lib/faerie", version = "0.8.0" }
cretonne-simplejit = { path = "lib/simplejit", version = "0.8.0" }
cretonne = { path = "lib/umbrella", version = "0.8.0" }
filecheck = "0.3.0"
docopt = "0.8.0"
docopt = "1"
serde = "1.0.8"
serde_derive = "1.0.8"
tempdir = "0.3.5"