mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +00:00
add serde derive feature to Cargo.toml so nu-protocol compiles stand alone
This commit is contained in:
parent
9a64f1bff3
commit
be68b84473
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ edition = "2018"
|
|||
[dependencies]
|
||||
thiserror = "1.0.29"
|
||||
miette = "3.0.0"
|
||||
serde = "1.0.130"
|
||||
serde = {version = "1.0.130", features = ["derive"]}
|
||||
|
|
Loading…
Reference in a new issue