Bump version for 0.101.0 release (#14631)

It's palindromic!
This commit is contained in:
Stefan Holderbach
2024-12-22 15:10:19 +01:00
committed by GitHub
parent d99905b604
commit fb26109049
47 changed files with 263 additions and 263 deletions

View File

@ -10,10 +10,10 @@ name = "nu_plugin_custom_values"
bench = false
[dependencies]
nu-plugin = { path = "../nu-plugin", version = "0.100.1", features = [] }
nu-protocol = { path = "../nu-protocol", version = "0.100.1", features = ["plugin"] }
nu-plugin = { path = "../nu-plugin", version = "0.101.0", features = [] }
nu-protocol = { path = "../nu-protocol", version = "0.101.0", features = ["plugin"] }
serde = { workspace = true }
typetag = "0.2"
[dev-dependencies]
nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.100.1" }
nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.101.0" }