mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
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:
@ -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]
|
||||
|
Reference in New Issue
Block a user