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

Build non-nightly #147

Closed flipchan closed 4 years ago

flipchan commented 5 years ago

Hey, Is there a way of building it without cargo +nightly build? 0.9. 4-5 just compiles nightly

mykmelez commented 5 years ago

Sorry for the delay responding! However, I don't experience a problem building 0.9.4, 0.9.5, or the current tip of the master branch with the current stable release of Rust (which for me right now is rustc 1.36.0 (a53f9df32 2019-07-03)). Can you describe the problem you're seeing in more detail?

eftychis commented 4 years ago

I don't have an issue building 0.9.7 with 1.36 (rustc version 1.36.0 (a53f9df32 2019-07-03) either.

victorporof commented 4 years ago

We're building on nightly and stable in CI and everything should be working just fine. Closing this.