mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
Bump to 0.18 (#2325)
This commit is contained in:
@ -4,15 +4,15 @@ description = "A source string characterizer for Nushell"
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
name = "nu-test-support"
|
||||
version = "0.17.0"
|
||||
version = "0.18.0"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
nu-parser = {path = "../nu-parser", version = "0.17.0"}
|
||||
nu-protocol = {path = "../nu-protocol", version = "0.17.0"}
|
||||
nu-source = {path = "../nu-source", version = "0.17.0"}
|
||||
nu-parser = {path = "../nu-parser", version = "0.18.0"}
|
||||
nu-protocol = {path = "../nu-protocol", version = "0.18.0"}
|
||||
nu-source = {path = "../nu-source", version = "0.18.0"}
|
||||
|
||||
directories = "2.0.2"
|
||||
dunce = "1.0.1"
|
||||
|
Reference in New Issue
Block a user