forked from extern/nushell
Bump to 0.15.1 (#1984)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nu-parser"
|
||||
version = "0.15.0"
|
||||
version = "0.15.1"
|
||||
authors = ["The Nu Project Contributors"]
|
||||
edition = "2018"
|
||||
description = "Nushell parser"
|
||||
@ -20,9 +20,9 @@ codespan-reporting = "0.9.4"
|
||||
log = "0.4.8"
|
||||
shellexpand = "2.0.0"
|
||||
|
||||
nu-source = { version = "0.15.0", path = "../nu-source" }
|
||||
nu-protocol = { version = "0.15.0", path = "../nu-protocol" }
|
||||
nu-errors = { version = "0.15.0", path = "../nu-errors" }
|
||||
nu-source = { version = "0.15.1", path = "../nu-source" }
|
||||
nu-protocol = { version = "0.15.1", path = "../nu-protocol" }
|
||||
nu-errors = { version = "0.15.1", path = "../nu-errors" }
|
||||
|
||||
[features]
|
||||
stable = []
|
||||
|
Reference in New Issue
Block a user