From 1d80c194342d85a028794a60d03fc04436c84fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 5 Mar 2020 19:17:24 +0100 Subject: [PATCH] tantivy: Bump the tantivy version. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aedc4ed..ec1a1de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.11.0-rc.8" +version = "0.12.0-rc.1" authors = ["Damir Jelić "] edition = "2018" license = "MIT" @@ -11,9 +11,9 @@ crate-type = ["cdylib"] [dependencies] chrono = "0.4.10" -tantivy = "0.11.3" +tantivy = "0.12.0" itertools = "0.8.2" -futures = "0.3.1" +futures = "0.3.4" [dependencies.pyo3] version = "0.8.5"