-
-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efd1af1
commit ae2e4e9
Showing
5 changed files
with
64 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tantivy" | ||
version = "0.10.1" | ||
version = "0.11.0" | ||
authors = ["Paul Masurel <[email protected]>"] | ||
license = "MIT" | ||
categories = ["database-implementations", "data-structures"] | ||
|
@@ -87,7 +87,6 @@ travis-ci = { repository = "tantivy-search/tantivy" } | |
[dev-dependencies.fail] | ||
features = ["failpoints"] | ||
|
||
|
||
# Following the "fail" crate best practises, we isolate | ||
# tests that define specific behavior in fail check points | ||
# in a different binary. | ||
|
@@ -98,4 +97,4 @@ features = ["failpoints"] | |
[[test]] | ||
name = "failpoints" | ||
path = "tests/failpoints/mod.rs" | ||
required-features = ["fail/failpoints"] | ||
required-features = ["fail/failpoints"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters