Skip to content

Commit 3754f7b

Browse files
Update src/node.rs
Co-authored-by: Many the fish <[email protected]>
1 parent b15d43b commit 3754f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ impl<'a, D: Distance> BytesDecode<'a> for NodeCodec<D> {
236236
descendants: Cow::Owned(RoaringBitmap::deserialize_from(bytes)?),
237237
})),
238238
unknown => panic!(
239-
"Did not recognize node tag type: {unknown:?} while decoding a node from v0.6.0"
239+
"Did not recognize node tag type: {unknown:?} while decoding a node from v0.7.0"
240240
),
241241
}
242242
}

0 commit comments

Comments
 (0)