Fixed temporary bug of bincode error

This commit is contained in:
Maddox Werts 2025-03-17 12:00:43 -04:00
parent bd5c22d9c6
commit 8b918113ac

View file

@ -7,3 +7,6 @@ edition = "2021"
burn = { version = "0.16.0", features = ["wgpu", "train", "vision"] } burn = { version = "0.16.0", features = ["wgpu", "train", "vision"] }
log = { version = "0.4.26" } log = { version = "0.4.26" }
serde = { version = "1.0.219", features = ["std", "derive"] } serde = { version = "1.0.219", features = ["std", "derive"] }
bincode = "=2.0.0-rc.3"
bincode_derive = "=2.0.0-rc.3"