mirror of
https://github.com/pezkuwichain/merkle-mountain-range.git
synced 2026-04-25 10:17:56 +00:00
chore: bump version to v0.5.2
- chore(deps): bump all dependencies to their latest versions - chore: fix a clippy error
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ pub struct MMR<T, M, S> {
|
||||
merge: PhantomData<M>,
|
||||
}
|
||||
|
||||
impl<'a, T: Clone + PartialEq + Debug, M: Merge<Item = T>, S: MMRStore<T>> MMR<T, M, S> {
|
||||
impl<T: Clone + PartialEq + Debug, M: Merge<Item = T>, S: MMRStore<T>> MMR<T, M, S> {
|
||||
pub fn new(mmr_size: u64, store: S) -> Self {
|
||||
MMR {
|
||||
mmr_size,
|
||||
|
||||
Reference in New Issue
Block a user