From 4ecf7119ea2fc5b3660f38d91a37dfb9e71ece7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 20 Sep 2020 10:26:25 +0200 Subject: [PATCH] tantivy: Bump the version. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2506d3d..3c3e279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,9 @@ [package] name = "tantivy" -version = "0.12.0-rc.2" +version = "0.13.1-rc.1" readme = "README.md" authors = ["Damir Jelić "] edition = "2018" -license-file = "LICENSE" license = "MIT" [lib]