mozilla / rkv

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

Bump UUID version to 0.8 #185

Closed rasviitanen closed 4 years ago

rasviitanen commented 4 years ago

We are tying out rkv for servo's IndexedDB. Currently, servo depends on UUID:0.8. To avoid havning multiple versions of UUID, it would be great to bump up the UUID for rkv version to 0.8.

rasviitanen commented 4 years ago

Oops, there was already an active PR for this issue.