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
Updated version to 0.5.0
develop
Paul Masurel
6 years ago
parent
a74c3afe89
commit
a4af3a8335
2 changed files
with
1294 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1292
-0
Cargo.lock
+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"
Write
Preview
Loading…
Cancel
Save