🐛 bug: fix serde expecting phantom data in the config file
parent
0eb1e7e38f
commit
004b98229a
|
@ -80,6 +80,8 @@ pub struct ScraperKey <V: MaxValidDuration> {
|
||||||
pub not_before: DateTime <Utc>,
|
pub not_before: DateTime <Utc>,
|
||||||
pub not_after: DateTime <Utc>,
|
pub not_after: DateTime <Utc>,
|
||||||
pub hash: BlakeHashWrapper,
|
pub hash: BlakeHashWrapper,
|
||||||
|
|
||||||
|
#[serde (default)]
|
||||||
_phantom: std::marker::PhantomData <V>,
|
_phantom: std::marker::PhantomData <V>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue