mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 01:54:57 +02:00
Fixup serde
feature selection in nu-protocol
(#13793)
Discovered by @cptpiepmatz that #13749 broke the standalone check for `nu-protocol` Explicit use of the feature as workspace root also disables all features for `serde`. Alternatively we could reconsider this there.
This commit is contained in:
committed by
GitHub
parent
4d2d553cca
commit
92091599ff
@ -12,8 +12,8 @@ bench = false
|
||||
[dependencies]
|
||||
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 }
|
||||
serde = { workspace = true }
|
||||
typetag = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.97.2" }
|
||||
nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.97.2" }
|
||||
|
Reference in New Issue
Block a user