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
Updating tantivy to 0.10
develop
Paul Masurel
5 years ago
parent
8df2e6d202
commit
a17688a576
2 changed files
with
397 additions
and
302 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+395
-300
Cargo.lock
+2
-2
Cargo.toml
+ 395
- 300
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.
9
.0"
version = "0.
10
.0"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
description = """Command line interface for Tantivy, a search engine library."""
@@ -30,7 +30,7 @@ byteorder = "0.5"
log = "0.3"
futures = "0.1"
env_logger = "0.3"
tantivy = "0.
9
"
tantivy = "0.
10
"
[[bin]]
name = "tantivy"
Write
Preview
Loading…
Cancel
Save