mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move primitives/prune to reth-prune-types (#8676)
This commit is contained in:
@ -13,7 +13,7 @@ workspace = true
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-network.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
reth-prune-types.workspace = true
|
||||
|
||||
# serde
|
||||
serde.workspace = true
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
//! Configuration files.
|
||||
|
||||
use reth_network::{PeersConfig, SessionsConfig};
|
||||
use reth_primitives::PruneModes;
|
||||
use reth_prune_types::PruneModes;
|
||||
use serde::{Deserialize, Deserializer, Serialize};
|
||||
use std::{
|
||||
ffi::OsStr,
|
||||
|
||||
Reference in New Issue
Block a user