fix: Fixes serde failing to clean build.
This commit is contained in:
parent
7bc190eabb
commit
a3dc4d3ab6
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ edition = "2021"
|
||||||
eframe = "0.27.2"
|
eframe = "0.27.2"
|
||||||
egui = "0.27.2"
|
egui = "0.27.2"
|
||||||
ehttp = { version = "0.5.0", features = ["json"] }
|
ehttp = { version = "0.5.0", features = ["json"] }
|
||||||
serde = "1.0.199"
|
serde = { version = "1.0.199", features = ["derive"] }
|
||||||
serde_json = "1.0.116"
|
serde_json = "1.0.116"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue