generated from OBJNULL/Dockerized-Rust
Fixed temporary bug of bincode error
This commit is contained in:
parent
bd5c22d9c6
commit
8b918113ac
1 changed files with 3 additions and 0 deletions
|
@ -7,3 +7,6 @@ edition = "2021"
|
|||
burn = { version = "0.16.0", features = ["wgpu", "train", "vision"] }
|
||||
log = { version = "0.4.26" }
|
||||
serde = { version = "1.0.219", features = ["std", "derive"] }
|
||||
|
||||
bincode = "=2.0.0-rc.3"
|
||||
bincode_derive = "=2.0.0-rc.3"
|
||||
|
|
Loading…
Reference in a new issue