mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-03 15:52:55 +00:00
Compare commits
1 Commits
commit-cha
...
updating/u
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b7932e389 |
@@ -34,7 +34,7 @@ itertools = "0.8"
|
|||||||
levenshtein_automata = {version="0.1", features=["fst_automaton"]}
|
levenshtein_automata = {version="0.1", features=["fst_automaton"]}
|
||||||
notify = {version="4", optional=true}
|
notify = {version="4", optional=true}
|
||||||
bit-set = "0.5"
|
bit-set = "0.5"
|
||||||
uuid = { version = "0.7.2", features = ["v4", "serde"] }
|
uuid = { version = "0.8", features = ["v4", "serde"] }
|
||||||
crossbeam = "0.7"
|
crossbeam = "0.7"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
futures-cpupool = "0.1"
|
futures-cpupool = "0.1"
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ impl SegmentId {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Error type used when parsing a `SegmentId` from a string fails.
|
/// Error type used when parsing a `SegmentId` from a string fails.
|
||||||
pub struct SegmentIdParseError(uuid::parser::ParseError);
|
pub struct SegmentIdParseError(uuid::Error);
|
||||||
|
|
||||||
impl Error for SegmentIdParseError {}
|
impl Error for SegmentIdParseError {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user