Browse Source

Bumped tantivy version

develop
Paul Masurel 6 years ago
parent
commit
6134dd2d28
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Cargo.toml

+ 2
- 2
Cargo.toml View File

@@ -1,6 +1,6 @@
[package]
name = "tantivy-cli"
version = "0.4.2"
version = "0.4.3"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]

description = """Command line interface for Tantivy, a search engine library."""
@@ -31,7 +31,7 @@ log = "0.3"
futures = "0.1"
env_logger = "0.3"
version = "2"
tantivy = "0.4.2"
tantivy = "0.4.3"

[[bin]]
name = "tantivy"


Loading…
Cancel
Save