Skip to content

Commit 5f85ceb

Browse files
committed
Minor rkyv version update...
and fix resulting compile error.
1 parent 0cc5193 commit 5f85ceb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crdt/src/radixdb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl Fallible for SharedSerializeMap2 {
8787
}
8888

8989
impl SharedSerializeRegistry for SharedSerializeMap2 {
90-
fn get_shared_ptr(&mut self, value: *const u8) -> Option<usize> {
90+
fn get_shared_ptr(&self, value: *const u8) -> Option<usize> {
9191
self.shared_resolvers.get(&value).copied()
9292
}
9393

0 commit comments

Comments
 (0)