forked from extern/nushell
Bump version to 0.97.2 (#13666)
This commit is contained in:
committed by
GitHub
parent
60769ac1ba
commit
e211b7ba53
@ -10,10 +10,10 @@ name = "nu_plugin_custom_values"
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
nu-plugin = { path = "../nu-plugin", version = "0.97.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.97.1", features = ["plugin"] }
|
||||
nu-plugin = { path = "../nu-plugin", version = "0.97.2" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.97.2", 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.1" }
|
||||
nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.97.2" }
|
Reference in New Issue
Block a user