Merge pull request #3317 from matklad/no-unicase

Actually drop unicase dependency
This commit is contained in:
Aleksey Kladov 2020-02-26 12:00:33 +01:00 committed by GitHub
commit 04deae3dba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 19 deletions

View file

@ -20,7 +20,6 @@ log = "0.4.8"
rayon = "1.3.0"
fst = { version = "0.3.5", default-features = false }
rustc-hash = "1.1.0"
unicase = "2.6.0"
superslice = "1.0.0"
rand = { version = "0.7.3", features = ["small_rng"] }
once_cell = "1.3.1"

View file

@ -20,7 +20,6 @@ log = "0.4.8"
rayon = "1.3.0"
fst = { version = "0.3.5", default-features = false }
rustc-hash = "1.1.0"
unicase = "2.6.0"
superslice = "1.0.0"
once_cell = "1.3.1"