khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
998 stars 37 forks source link

Updated hpke and p256 to version ranges #268

Closed D1plo1d closed 1 year ago

ecton commented 1 year ago

I am not quite sure how I feel about the version ranges -- on one hand, it's great that it opens up the flexibility. On the other hand, I know that semver matching can be a major pain, and I'm worried about the pain of keeping ranges accurate over time -- and the testing involved. For a point release update, it makes a lot of sense I think.

For that reason, I've merged it into release as you've requested, but I'm holding off on making this change to main.

Thank you again for this!