subconsciousnetwork / noosphere

Noosphere is a protocol for thought; let's discover it together!
Apache License 2.0
665 stars 40 forks source link

Docs.rs build fails due to `cfg_match!` on nightly toolchain #667

Closed cdata closed 6 months ago

cdata commented 11 months ago

This might be the sign from the universe that we should be running at least one CI check on the nightly toolchain.

https://docs.rs/crate/noosphere/0.15.1/builds/930119

cdata commented 11 months ago

@jsantell FYI

jsantell commented 11 months ago

Upstream bug: https://github.com/getditto/safer_ffi/pull/191 IIRC, there's just one other lifetime change needed, in addition to the above PR, to build noosphere on nightly

jsantell commented 6 months ago

Fixed via https://github.com/subconsciousnetwork/noosphere/pull/690