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

Build issues on windows with outdated sysinfo/ntapi #306

Closed Curstantine closed 9 months ago

Curstantine commented 9 months ago

Related cargo tree, and the issue.

bonsaidb-local depends on an outdated version of sysinfo@v0.23.13 (latest v0.29.10) which depends on a now broken ntapi@v0.3.7 (latest v0.4.1).

This issue has existed for awhile now, if issues on stackoverflow is something to go by.

Edit: This seems to have been fixed by a commit done after the last release. See for an example. It would be nice to have a version with this issue fixed.

ecton commented 9 months ago

I'm hoping to get a new release out shortly. I was hoping for last week but some real life stuff got in the way. It should be this week or next. There shouldn't be any additional breaking changes before the 0.5.0 if you wished to switch to use the main branch in the meantime.

Thank you for using BonsaiDb and reporting this. I'll close this issue once I've released the update.

ecton commented 9 months ago

I've finally released v0.5.0 a few minutes ago.

Thank you again!