subconsciousnetwork / noosphere

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

Update for soundness fix in the next Rust release #863

Closed oli-obk closed 6 months ago

oli-obk commented 6 months ago

We had to do a breaking change to fix a soundness hole in the Rust language. Your crate is affected. This should fix it and does not appear to affect any callers.

See https://github.com/rust-lang/rust/issues/122230 for more information

jsantell commented 6 months ago

Thanks for the heads up! We have a fix for this from nightly clippy in #857 that we'll be using