From 5e38ae336f2f603371a70212c1dcd3eb5aaa5f7e Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Tue, 17 Apr 2018 18:27:57 +0900 Subject: [PATCH] Bump tantivy version and readded win deps --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01c6eae30..c9e691cbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.5.1" +version = "0.5.2" authors = ["Paul Masurel "] 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"