forked from extern/nushell
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:
@ -10,10 +10,10 @@ name = "nu_plugin_custom_values"
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
nu-plugin = { path = "../nu-plugin", version = "0.97.0" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.97.0", features = ["plugin"] }
|
||||
nu-plugin = { path = "../nu-plugin", version = "0.97.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.97.1", features = ["plugin"] }
|
||||
serde = { workspace = true, default-features = false }
|
||||
typetag = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.97.0" }
|
||||
nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.97.1" }
|
Reference in New Issue
Block a user