Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion asap-query-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ crc32fast = "1.4"
# `default-features = false` + `tokio-rustls-tls` so it shares the
# rustls backend already pulled in by `reqwest`. `lru` powers the
# Phase 3 `ChunkCache` keyed on chunk object key.
asap-gorilla = { path = "../../ASAPCollector/asap-gorilla" }
asap-gorilla = { path = "../../ASAPCollector/asap-gorilla-rust" }
# mvp/v5 NOTE FOR REVIEWERS: this PR depends on the matching
# `mvp/v5-postings-compactor` PR in ASAPCollector — specifically the
# `asap_gorilla::Postings` type and the `IndexEntry::byte_offset /
Expand Down