Bump version to 0.106.2 (#16295)

This commit is contained in:
Stefan Holderbach
2025-07-30 01:36:35 +02:00
committed by GitHub
parent 459f3c0c28
commit 7203138880
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.1"
version = "0.106.2"
[dependencies]
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 }
nu-parser = { version = "0.106.2", path = "../nu-parser" }
nu-protocol = { version = "0.106.2", path = "../nu-protocol", default-features = false }
nu-engine = { version = "0.106.2", path = "../nu-engine", default-features = false }
miette = { workspace = true, features = ["fancy-no-backtrace"] }
log = "0.4"