chore: update crate version to v0.11.0 and set MSRV to 1.82

This commit is contained in:
Bobbin Threadbare
2024-10-17 23:16:41 -07:00
parent 7970d3a736
commit 689cc93ed1
11 changed files with 69 additions and 68 deletions

View File

@@ -370,7 +370,7 @@ pub struct MmrNodes<'a> {
index: usize,
}
impl<'a> Iterator for MmrNodes<'a> {
impl Iterator for MmrNodes<'_> {
type Item = InnerNodeInfo;
fn next(&mut self) -> Option<Self::Item> {