meilisearch / heed

A fully typed LMDB wrapper with minimum overhead 🐦
https://docs.rs/heed
MIT License
569 stars 52 forks source link

Fix the impl of `Sync` for `RoTxn` #169

Closed Kerollmops closed 1 year ago

Kerollmops commented 1 year ago

This PR makes sure that the Sync trait is correctly implemented on the RoTxn when the sync-read-txn feature is enabled. It also updates the GitHub CI to make sure we do not break it in further versions of the crate.