Bump to 0.82.1 dev version (#9543)

# Description
Marks development or hotfix
This commit is contained in:
Stefan Holderbach
2023-06-27 21:33:53 +02:00
committed by GitHub
parent ecdb023e2f
commit 088e6dffbe
32 changed files with 173 additions and 173 deletions

View File

@ -10,7 +10,7 @@ name = "nu_plugin_custom_values"
bench = false
[dependencies]
nu-plugin = { path = "../nu-plugin", version = "0.82.0" }
nu-protocol = { path = "../nu-protocol", version = "0.82.0", features = ["plugin"] }
nu-plugin = { path = "../nu-plugin", version = "0.82.1" }
nu-protocol = { path = "../nu-protocol", version = "0.82.1", features = ["plugin"] }
serde = { version = "1.0", default-features = false }
typetag = "0.2"