mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
actually bump version (#1559)
This commit is contained in:
parent
183c8407de
commit
c9f424977e
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2186,7 +2186,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nu-cli"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
dependencies = [
|
||||
"ansi_term 0.12.1",
|
||||
"app_dirs",
|
||||
|
@ -18,7 +18,7 @@ members = ["crates/*/"]
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
nu-cli = { version = "0.12.0", path = "./crates/nu-cli" }
|
||||
nu-cli = { version = "0.12.1", path = "./crates/nu-cli" }
|
||||
nu-source = { version = "0.12.0", path = "./crates/nu-source" }
|
||||
nu-plugin = { version = "0.12.0", path = "./crates/nu-plugin" }
|
||||
nu-protocol = { version = "0.12.0", path = "./crates/nu-protocol" }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nu-cli"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
authors = ["The Nu Project Contributors"]
|
||||
description = "CLI for nushell"
|
||||
edition = "2018"
|
||||
|
Loading…
Reference in New Issue
Block a user