Skip to content

Commit 40e7440

Browse files
committed
adapt to changes in gix-pack
1 parent d6e7201 commit 40e7440

File tree

1 file changed

+1
-1
lines changed
  • gix-odb/src/store_impls/dynamic

1 file changed

+1
-1
lines changed

gix-odb/src/store_impls/dynamic/find.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ where
347347
id: &gix_hash::oid,
348348
buffer: &'a mut Vec<u8>,
349349
pack_cache: &mut dyn DecodeEntry,
350-
) -> Result<Option<(gix_object::Data<'a>, Option<gix_pack::data::entry::Location>)>, gix_pack::find::Error> {
350+
) -> Result<Option<(gix_object::Data<'a>, Option<gix_pack::data::entry::Location>)>, gix_object::find::Error> {
351351
let mut snapshot = self.snapshot.borrow_mut();
352352
let mut inflate = self.inflate.borrow_mut();
353353
self.try_find_cached_inner(id, buffer, &mut inflate, pack_cache, &mut snapshot, None)

0 commit comments

Comments
 (0)