Store repo names and selected repo in state

This commit is contained in:
Joscha 2025-04-29 01:33:28 +02:00
parent 427dce3e48
commit 3a3a2de8dc
4 changed files with 97 additions and 10 deletions

View file

@ -10,7 +10,7 @@ mod v1;
pub use self::{
datadir::{LockedDataDir, UnlockedDataDir},
v1::{State, VERSION, load_state, save_state},
v1::{State, VERSION, load_state, tidy},
};
fn migrate(dir: &LockedDataDir) -> anyhow::Result<()> {