Updated version hashing and bumped nu-cli to 0.18.1 (#2331)

* Updated version hashing and bumped nu-cli to 0.18.1

* made code pertyer

* Update version.rs

* Update version.rs

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
This commit is contained in:
Darren Schroeder
2020-08-11 16:43:23 -05:00
committed by GitHub
parent cc3c10867c
commit 0194dee3a6
6 changed files with 28 additions and 52 deletions

View File

@ -10,7 +10,7 @@ version = "0.18.0"
doctest = false
[dependencies]
nu-cli = {path = "../nu-cli", version = "0.18.0"}
nu-cli = {path = "../nu-cli", version = "0.18.1"}
nu-errors = {path = "../nu-errors", version = "0.18.0"}
nu-plugin = {path = "../nu-plugin", version = "0.18.0"}
nu-protocol = {path = "../nu-protocol", version = "0.18.0"}