mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +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"
|
||||
flate2 = "1"
|
||||
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
||||
serde = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
tar = "0.4"
|
||||
|
|
Loading…
Reference in a new issue