mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
@ -5,14 +5,14 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-core
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
name = "nu-plugin-core"
|
||||
version = "0.92.3"
|
||||
version = "0.93.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.92.3" }
|
||||
nu-plugin-protocol = { path = "../nu-plugin-protocol", version = "0.92.3", default-features = false }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.93.0" }
|
||||
nu-plugin-protocol = { path = "../nu-plugin-protocol", version = "0.93.0", default-features = false }
|
||||
|
||||
rmp-serde = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
Reference in New Issue
Block a user