Skip to content

Commit ec15d99

Browse files
committed
make valid_ranges available again
1 parent 3121b0d commit ec15d99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/store.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ pub mod readonly_mem;
1111
pub mod fs;
1212

1313
mod get_to_db;
14-
pub use get_to_db::{get_to_db, get_to_db_in_steps, FetchState, FetchStateNeedsConn};
14+
pub use get_to_db::{
15+
blob_info, get_to_db, get_to_db_in_steps, valid_ranges, FetchState, FetchStateNeedsConn,
16+
};
1517
mod export;
1618
#[cfg(feature = "formats-collection")]
1719
pub use export::export_collection;

0 commit comments

Comments
 (0)