From 751b45df64a207591b19602e0bd50a9385ae7786 Mon Sep 17 00:00:00 2001 From: Brooks Prumo Date: Mon, 18 Oct 2021 13:48:50 -0500 Subject: [PATCH] Make pub get_incremental_snapshot_archives() (#20725) --- runtime/src/snapshot_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/snapshot_utils.rs b/runtime/src/snapshot_utils.rs index 593252df91..10e74ffdc8 100644 --- a/runtime/src/snapshot_utils.rs +++ b/runtime/src/snapshot_utils.rs @@ -1152,7 +1152,7 @@ where } /// Get a list of the incremental snapshot archives in a directory -fn get_incremental_snapshot_archives

( +pub fn get_incremental_snapshot_archives

( snapshot_archives_dir: P, ) -> Vec where