bump 0.37.1 (#4019)

This commit is contained in:
JT
2021-09-16 13:32:22 +12:00
committed by GitHub
parent 8bcbc8eeb3
commit 8581bec891
38 changed files with 266 additions and 266 deletions

View File

@@ -4,17 +4,17 @@ description = "Tree viewer plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_tree"
version = "0.37.0"
version = "0.37.1"
[lib]
doctest = false
[dependencies]
derive-new = "0.5.8"
nu-errors = { path="../nu-errors", version = "0.37.0" }
nu-plugin = { path="../nu-plugin", version = "0.37.0" }
nu-protocol = { path="../nu-protocol", version = "0.37.0" }
nu-source = { path="../nu-source", version = "0.37.0" }
nu-errors = { path="../nu-errors", version = "0.37.1" }
nu-plugin = { path="../nu-plugin", version = "0.37.1" }
nu-protocol = { path="../nu-protocol", version = "0.37.1" }
nu-source = { path="../nu-source", version = "0.37.1" }
ptree = { version = "0.3.1", default-features = false }