Bump version to 0.92.3 (#12476)

This commit is contained in:
Stefan Holderbach
2024-04-12 15:00:43 +02:00
committed by GitHub
parent cd8f04041c
commit 872945ae8e
36 changed files with 202 additions and 202 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "nu-plugin-test-support"
version = "0.92.2"
version = "0.92.3"
edition = "2021"
license = "MIT"
description = "Testing support for Nushell plugins"
@ -9,11 +9,11 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-test
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nu-engine = { path = "../nu-engine", version = "0.92.2", features = ["plugin"] }
nu-protocol = { path = "../nu-protocol", version = "0.92.2", features = ["plugin"] }
nu-parser = { path = "../nu-parser", version = "0.92.2", features = ["plugin"] }
nu-plugin = { path = "../nu-plugin", version = "0.92.2" }
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.92.2" }
nu-engine = { path = "../nu-engine", version = "0.92.3", features = ["plugin"] }
nu-protocol = { path = "../nu-protocol", version = "0.92.3", features = ["plugin"] }
nu-parser = { path = "../nu-parser", version = "0.92.3", features = ["plugin"] }
nu-plugin = { path = "../nu-plugin", version = "0.92.3" }
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.92.3" }
nu-ansi-term = { workspace = true }
similar = "2.5"