Change the Asc/Desc criterion syntax to use a colon (:)

This commit is contained in:
Kerollmops
2021-08-17 14:03:21 +02:00
parent e9ada44509
commit fcedff95e8
2 changed files with 5 additions and 22 deletions

View File

@ -25,7 +25,6 @@ obkv = "0.2.0"
once_cell = "1.5.2"
ordered-float = "2.1.1"
rayon = "1.5.0"
regex = "1.4.3"
roaring = "0.6.6"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = { version = "1.0.62", features = ["preserve_order"] }