mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Bump version for 0.82.0
release (#9530)
# Checklist - `nu-ansi-term` remains the same - [x] `reedline` is released and updated - [x] release scripts are updated for `nu-cmd-base` - [x] info blog post is online - [ ] release notes are ready
This commit is contained in:
committed by
GitHub
parent
63aba5feb7
commit
ecdb023e2f
@ -10,7 +10,7 @@ name = "nu_plugin_custom_values"
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
nu-plugin = { path = "../nu-plugin", version = "0.81.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.81.1", features = ["plugin"] }
|
||||
nu-plugin = { path = "../nu-plugin", version = "0.82.0" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.82.0", features = ["plugin"] }
|
||||
serde = { version = "1.0", default-features = false }
|
||||
typetag = "0.2"
|
||||
|
Reference in New Issue
Block a user