mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
add serde derive feature to Cargo.toml so nu-protocol compiles stand alone
This commit is contained in:
@ -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"]}
|
||||
|
Reference in New Issue
Block a user