mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 11:33:04 +00:00
yewprint-css: fix missing feature derive for serde
This commit is contained in:
parent
382f7c1e7e
commit
7b08851141
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ edition = "2018"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
flate2 = "1"
|
flate2 = "1"
|
||||||
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
||||||
serde = "1"
|
serde = { version = "1", features = ["derive"] }
|
||||||
tar = "0.4"
|
tar = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue