Fixing tags with the new sanakirja_core
Dependencies
- [2]
QL6K2ZM3Tags - [3]
A3RM526YIntegrating identity malleability - [4]
5OGOE4VWStore the current channel in the pristine
Change contents
- replacement in libpijul/src/tag.rs at line 312
unsafe { P::put_mut(&mut new_page_, &new_curs, &k, &v, r) }unsafe { P::put_mut(&mut new_page_, &mut new_curs, &k, &v, r) } - replacement in libpijul/src/tag.rs at line 531
unsafe { P::put_mut(&mut new_page_, &new_curs, k, v, r) }unsafe { P::put_mut(&mut new_page_, &mut new_curs, k, v, r) }