Move reth-primitives::fs module to fs-utils crate (#8286)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Serge Radinovich
2024-05-17 20:31:31 +12:00
committed by GitHub
parent b177c29f93
commit 9441d984ae
39 changed files with 142 additions and 65 deletions

View File

@ -5,7 +5,8 @@ use reth_db::{
transaction::DbTxMut,
DatabaseEnv,
};
use reth_primitives::{fs, Bytes};
use reth_fs_util as fs;
use reth_primitives::Bytes;
use std::{path::Path, sync::Arc};
/// Path where the DB is initialized for benchmarks.