You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Fix redb version to the latest version that uses edition 2021 (#88)
## Description
We had some issues with the latest redb using edition 2024. This
restricts redb to the latest version that uses edition 2021.
## Breaking Changes
None
## Notes & open questions
Should we do a range restriction so people would get 2.4.1 if it gets
released?
## Change checklist
- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
0 commit comments