Bump protocol version back down as proto changes are non-breaking

This commit is contained in:
Julia 2022-11-23 13:33:30 -05:00
parent a666ca3e40
commit 03cfd23ac5
3 changed files with 1 additions and 3 deletions

View file

@ -1755,7 +1755,6 @@ impl MultiBufferSnapshot {
}
let mut cursor = self.excerpts.cursor::<PointUtf16>();
//Cannot not panic if out of bounds as it will just not reach the target position
cursor.seek(&point.0, Bias::Right, &());
let overshoot = if let Some(excerpt) = cursor.item() {
let excerpt_start = excerpt