Skip to content

Commit

Permalink
Minor rkyv version update...
Browse files Browse the repository at this point in the history
and fix resulting compile error.
  • Loading branch information
rklaehn committed Jan 31, 2022
1 parent 0cc5193 commit 5f85ceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crdt/src/radixdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl Fallible for SharedSerializeMap2 {
}

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

Expand Down

0 comments on commit 5f85ceb

Please sign in to comment.