mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
fix duplicate serde dependancy
This commit is contained in:
parent
b180b501f7
commit
01c2691953
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ tower-http = { version = "0.4.0", optional = true, features = ["fs", "compressio
|
|||
# salvo
|
||||
salvo = { version = "0.63.0", optional = true, features = ["serve-static", "websocket", "compression"] }
|
||||
http-body-util = { version = "0.1.0-rc.2", optional = true }
|
||||
serde = "1.0.159"
|
||||
|
||||
# Dioxus + SSR
|
||||
dioxus = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue