mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 00:38:36 +02:00
Bump to 0.82.1
dev version (#9543)
# Description Marks development or hotfix
This commit is contained in:
committed by
GitHub
parent
ecdb023e2f
commit
088e6dffbe
@ -5,11 +5,11 @@ edition = "2021"
|
||||
license = "MIT"
|
||||
name = "nu-cmd-base"
|
||||
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-base"
|
||||
version = "0.82.0"
|
||||
version = "0.82.1"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
nu-engine = { path = "../nu-engine", version = "0.82.0" }
|
||||
nu-path = { path = "../nu-path", version = "0.82.0" }
|
||||
nu-protocol = { version = "0.82.0", path = "../nu-protocol" }
|
||||
nu-engine = { path = "../nu-engine", version = "0.82.1" }
|
||||
nu-path = { path = "../nu-path", version = "0.82.1" }
|
||||
nu-protocol = { version = "0.82.1", path = "../nu-protocol" }
|
||||
|
Reference in New Issue
Block a user