We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15d43b commit 3754f7bCopy full SHA for 3754f7b
src/node.rs
@@ -236,7 +236,7 @@ impl<'a, D: Distance> BytesDecode<'a> for NodeCodec<D> {
236
descendants: Cow::Owned(RoaringBitmap::deserialize_from(bytes)?),
237
})),
238
unknown => panic!(
239
- "Did not recognize node tag type: {unknown:?} while decoding a node from v0.6.0"
+ "Did not recognize node tag type: {unknown:?} while decoding a node from v0.7.0"
240
),
241
}
242
0 commit comments