This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
tantivy-cli
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Release 0.4.0
develop
Paul Masurel
7 years ago
parent
23660dbdc5
commit
6fe6776fe5
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
Cargo.toml
+ 2
- 3
Cargo.toml
View File
@@ -1,6 +1,6 @@
[package]
name = "tantivy-cli"
version = "0.4.0
-alpha
"
version = "0.4.0"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
description = """Command line interface for Tantivy, a search engine library."""
@@ -31,8 +31,7 @@ log = "0.3"
futures = "0.1"
env_logger = "0.3"
version = "2"
#tantivy = "0.3.1"
tantivy = { path="../tantivy", branch="master" }
tantivy = "0.4.0"
[[bin]]
name = "tantivy"
Write
Preview
Loading…
Cancel
Save