mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 10:23:15 +02:00
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:
@ -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"}
|
||||
|
Reference in New Issue
Block a user