updating redb to 3 and fixing version of directories

This commit is contained in:
xyroscar
2025-11-28 04:03:33 -08:00
parent 8da3545451
commit 3476c47be4
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ use std::path::PathBuf;
use std::sync::Arc;
use directories::ProjectDirs;
use redb::Database as RedbDatabase;
use redb::{Database as RedbDatabase, ReadableDatabase};
use super::error::{DbError, DbResult};
use super::tables::*;