fix: Fixes serde failing to clean build.

This commit is contained in:
greysoh 2024-04-28 21:48:22 -04:00
parent 7bc190eabb
commit a3dc4d3ab6
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -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"