Bump patch version (#16236)

Bump patch version
This commit is contained in:
Justin Ma
2025-07-25 03:28:24 +08:00
committed by GitHub
parent aeb517867e
commit 57dce8a386
48 changed files with 265 additions and 265 deletions

View File

@ -5,12 +5,12 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-std"
edition = "2024"
license = "MIT"
name = "nu-std"
version = "0.106.0"
version = "0.106.1"
[dependencies]
nu-parser = { version = "0.106.0", path = "../nu-parser" }
nu-protocol = { version = "0.106.0", path = "../nu-protocol", default-features = false }
nu-engine = { version = "0.106.0", path = "../nu-engine", default-features = false }
nu-parser = { version = "0.106.1", path = "../nu-parser" }
nu-protocol = { version = "0.106.1", path = "../nu-protocol", default-features = false }
nu-engine = { version = "0.106.1", path = "../nu-engine", default-features = false }
miette = { workspace = true, features = ["fancy-no-backtrace"] }
log = "0.4"