Browse Source

Updated version to 0.5.0

develop
Paul Masurel 6 years ago
parent
commit
a4af3a8335
2 changed files with 1294 additions and 2 deletions
  1. +1292
    -0
      Cargo.lock
  2. +2
    -2
      Cargo.toml

+ 1292
- 0
Cargo.lock
File diff suppressed because it is too large
View File


+ 2
- 2
Cargo.toml View File

@@ -1,6 +1,6 @@
[package]
name = "tantivy-cli"
version = "0.5.0-alpha"
version = "0.5.0"
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 = {path="../tantivy"}
tantivy = "0.5.0"

[[bin]]
name = "tantivy"


Loading…
Cancel
Save