Update the features of the either dependency to compile milli successfully

This commit is contained in:
Kerollmops 2023-07-03 17:10:05 +02:00
parent e7f8daaf86
commit a442af6a7c
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -21,7 +21,7 @@ charabia = { version = "0.8.1", default-features = false }
concat-arrays = "0.1.2" concat-arrays = "0.1.2"
crossbeam-channel = "0.5.8" crossbeam-channel = "0.5.8"
deserr = "0.5.0" deserr = "0.5.0"
either = "1.8.1" either = { version = "1.8.1", features = ["serde"] }
flatten-serde-json = { path = "../flatten-serde-json" } flatten-serde-json = { path = "../flatten-serde-json" }
fst = "0.4.7" fst = "0.4.7"
fxhash = "0.2.1" fxhash = "0.2.1"