Fix the versions up a bit to prevent breakage (#1602)

* Fix the versions up a bit to prevent breakage

* fix up the quickcheck test to not fail on parse error
This commit is contained in:
Jonathan Turner
2020-04-18 15:31:57 +12:00
committed by GitHub
parent 7974e09eeb
commit e5a79d09df
4 changed files with 277 additions and 217 deletions

View File

@ -15,7 +15,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.12.0" }
nu-source = { path = "../nu-source", version = "0.12.0" }
nu-errors = { path = "../nu-errors", version = "0.12.0" }
futures = { version = "0.3", features = ["compat", "io-compat"] }
surf = "2.0.0-alpha.0"
surf = "1.0.3"
url = "2.1.1"
[build-dependencies]