Browse Source

NOBUG tantivy 0.4.5

Using tantivy 0.4.4
develop
Paul Masurel 6 years ago
parent
commit
5cfc897083
2 changed files with 308 additions and 275 deletions
  1. +306
    -272
      Cargo.lock
  2. +2
    -3
      Cargo.toml

+ 306
- 272
Cargo.lock
File diff suppressed because it is too large
View File


+ 2
- 3
Cargo.toml View File

@@ -1,6 +1,6 @@
[package]
name = "tantivy-cli"
version = "0.4.4"
version = "0.4.5"
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.3"
tantivy = "0.4.4"

[[bin]]
name = "tantivy"
@@ -44,7 +44,6 @@ debug = false
debug-assertions = false
lto = true


[features]
default = ["tantivy/simdcompression"]


Loading…
Cancel
Save