mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
304 stars 52 forks source link

Allow bitflags 1.2+ #230

Closed badboy closed 1 year ago

badboy commented 1 year ago

Not sure why this was restricted, but unless we losen this dependency range we cannot get it into m-c.

saschanaz commented 1 year ago

That was https://github.com/mozilla/rkv/pull/220#discussion_r891734736. https://github.com/mozilla/rkv/pull/225 changed the MSRV so we should be okay now.

badboy commented 1 year ago

Approving, but do we want to bump it to 1.3? Dependabot will nag us very soon anyway.

Edit: Oh wait, we don't have Dependabot set.

It also doesn't matter, because this just means ^1.2 so, everything >= 1.2 and <2