Fix allocation bug

This commit is contained in:
Gadersd
2023-08-05 17:05:20 -04:00
parent 2f3d94f9ad
commit 058dd1d7cc
6 changed files with 11 additions and 12 deletions

View File

@@ -14,4 +14,4 @@ num-traits = "0.2.15"
rust_tokenizers = "8.1.0"
regex = "1.9.1"
image = "0.24.6"
bincode = "1.3.3"
bincode = {version = "2.0.0-alpha.0", features = ["std"]}