-
-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Broke the reference loop to make sure that the watch_router can be dropped, and the thread exits.
- Loading branch information
1 parent
efd1af1
commit 7989465
Showing
3 changed files
with
32 additions
and
38 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.10.2" | ||
authors = ["Paul Masurel <[email protected]>"] | ||
license = "MIT" | ||
categories = ["database-implementations", "data-structures"] | ||
|
@@ -98,4 +98,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