mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 15:28:53 +02:00
Bump version to 0.97.1
(#13659)
# Description Bump version to `0.97.1`, which will be the actual next major release. (`0.97.0` had a bug.)
This commit is contained in:
@ -3,14 +3,14 @@ authors = ["The Nushell Project Developers"]
|
||||
description = "Nushell's integrated LSP server"
|
||||
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-lsp"
|
||||
name = "nu-lsp"
|
||||
version = "0.97.0"
|
||||
version = "0.97.1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
nu-cli = { path = "../nu-cli", version = "0.97.0" }
|
||||
nu-parser = { path = "../nu-parser", version = "0.97.0" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.97.0" }
|
||||
nu-cli = { path = "../nu-cli", version = "0.97.1" }
|
||||
nu-parser = { path = "../nu-parser", version = "0.97.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.97.1" }
|
||||
|
||||
reedline = { workspace = true }
|
||||
|
||||
@ -23,8 +23,8 @@ serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.97.0" }
|
||||
nu-command = { path = "../nu-command", version = "0.97.0" }
|
||||
nu-test-support = { path = "../nu-test-support", version = "0.97.0" }
|
||||
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.97.1" }
|
||||
nu-command = { path = "../nu-command", version = "0.97.1" }
|
||||
nu-test-support = { path = "../nu-test-support", version = "0.97.1" }
|
||||
|
||||
assert-json-diff = "2.0"
|
Reference in New Issue
Block a user