Bump to 0.26.1 (#3008)

This commit is contained in:
Jonathan Turner
2021-02-05 19:38:04 +13:00
committed by GitHub
parent 67aaf4cb2d
commit c83aea3c89
35 changed files with 272 additions and 272 deletions

View File

@ -4,16 +4,16 @@ description = "Extension traits for values in Nushell"
edition = "2018"
license = "MIT"
name = "nu-value-ext"
version = "0.26.0"
version = "0.26.1"
[lib]
doctest = false
[dependencies]
nu-errors = {path = "../nu-errors", version = "0.26.0"}
nu-protocol = {path = "../nu-protocol", version = "0.26.0"}
nu-source = {path = "../nu-source", version = "0.26.0"}
nu-errors = { path = "../nu-errors", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
indexmap = {version = "1.6.0", features = ["serde-1"]}
indexmap = { version = "1.6.0", features = ["serde-1"] }
itertools = "0.10.0"
num-traits = "0.2.12"