Bump tantivy version and readded win deps

This commit is contained in:
Paul Masurel
2018-04-17 18:27:57 +09:00
parent 8604351f59
commit 5e38ae336f

View File

@@ -1,6 +1,6 @@
[package]
name = "tantivy"
version = "0.5.1"
version = "0.5.2"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
license = "MIT"
categories = ["database-implementations", "data-structures"]
@@ -42,6 +42,9 @@ downcast = { version="0.9" }
matches = "0.1"
bitpacking = "0.4"
[target.'cfg(windows)'.dependencies]
winapi = "0.2"
[dev-dependencies]
rand = "0.3"
env_logger = "0.4"