Revert "cherry pick -> serde_json saves to bincode"

This reverts commit 180532ee3e.
This commit is contained in:
Llywelwyn 2024-06-15 16:42:59 +01:00
parent 9c8f301491
commit c73f9a5458
2 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,6 @@ serde = { version = "1.0.93", features = ["derive"]}
serde_json = "1.0.39"
toml = "0.5"
lazy_static = "1.4.0"
bincode = "1.3.3"
[dev-dependencies]
criterion = { version = "^0.5" }