mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 05:44:52 +00:00
Include Derive feature with optional Serde dependency
This commit is contained in:
parent
0ea53825db
commit
ef38eb6b1a
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@ bstr = { workspace = true }
|
|||
itertools = { workspace = true }
|
||||
num-bigint = { workspace = true }
|
||||
num-complex = { workspace = true }
|
||||
serde = { version = "1.0.133", optional = true, default-features = false }
|
||||
serde = { version = "1.0.133", optional = true, default-features = false, features = ["derive"] }
|
||||
|
||||
lz4_flex = "0.9.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue