From dfafb24fa6a58243f81e0ac662eaf1bf16beb032 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Tue, 10 Apr 2018 21:21:47 +0900 Subject: [PATCH] Bumped bitpacker's version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c29246b1..4c6ca8575 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ stable_deref_trait = "1.0.0" rust-stemmers = "0.1.0" downcast = { version="0.9", features = ["nightly"]} matches = "0.1" -bitpacking = "0.3" +bitpacking = "0.3.1" [target.'cfg(windows)'.dependencies] winapi = "0.2"