While fixing the Nix shell in #81, we forced use of an older C standard in order to get cargo build working. This is kind of a band-aid fix.
The problematic dependency is mimalloc-rust-sys, which was brought in as a transitive dependency by coln-query, via dbsp. It's unclear why dbsp depends on mimalloc-rust-sys, for which I can't even find a source repo, rather than mimalloc and libmimalloc-sys, which are actively maintained here.
While fixing the Nix shell in #81, we forced use of an older C standard in order to get
cargo buildworking. This is kind of a band-aid fix.The problematic dependency is
mimalloc-rust-sys, which was brought in as a transitive dependency bycoln-query, viadbsp. It's unclear whydbspdepends onmimalloc-rust-sys, for which I can't even find a source repo, rather thanmimallocandlibmimalloc-sys, which are actively maintained here.