mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:06:40 +02:00
Bump to 0.15.0 (#1955)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nu-parser"
|
||||
version = "0.14.1"
|
||||
version = "0.15.0"
|
||||
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.14.1", path = "../nu-source" }
|
||||
nu-protocol = { version = "0.14.1", path = "../nu-protocol" }
|
||||
nu-errors = { version = "0.14.1", path = "../nu-errors" }
|
||||
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" }
|
||||
|
||||
[features]
|
||||
stable = []
|
||||
|
Reference in New Issue
Block a user