mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 18:58:31 +00:00
Include Derive feature with optional Serde dependency
This commit is contained in:
parent
23afdf4d80
commit
5d2228999b
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@ bstr = { workspace = true }
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
num-bigint = { workspace = true }
|
num-bigint = { workspace = true }
|
||||||
num-complex = { 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"
|
lz4_flex = "0.9.2"
|
||||||
|
|
|
@ -34,7 +34,7 @@ unic-ucd-ident = "0.9.0"
|
||||||
lalrpop-util = "0.19.8"
|
lalrpop-util = "0.19.8"
|
||||||
phf = "0.11.1"
|
phf = "0.11.1"
|
||||||
rustc-hash = "1.1.0"
|
rustc-hash = "1.1.0"
|
||||||
serde = { version = "1.0.133", optional = true, default-features = false }
|
serde = { version = "1.0.133", optional = true, default-features = false, features = ["derive"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
insta = { workspace = true }
|
insta = { workspace = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue