fix the field distribution when upgrading from the v1_12

This commit is contained in:
Tamo
2025-01-20 15:54:43 +01:00
committed by Louis Dureuil
parent cfc1e193b6
commit 20ac59c946
5 changed files with 59 additions and 13 deletions

View File

@ -20,6 +20,7 @@ bytemuck = { version = "1.21.0", features = ["extern_crate_alloc"] }
byteorder = "1.5.0"
charabia = { version = "0.9.2", default-features = false }
concat-arrays = "0.1.2"
convert_case = "0.6.0"
crossbeam-channel = "0.5.14"
deserr = "0.6.3"
either = { version = "1.13.0", features = ["serde"] }