This should be reasonably possible and remove a dependency from our tree. It'd require a MSRV of Rust 1.95 for Serai though, and due to defining the canonical build process for serai-runtime as a binary release offered by StageX, it would require StageX make such a release (which they have yet to).
Their staging branch does have Rust 1.95 with LLVM 22.1.3 (when the official release of Rust used LLVM 22.1.2). Hopefully, they do a release soon and the difference in the LLVM patch release isn't noticeable...
This should be reasonably possible and remove a dependency from our tree. It'd require a MSRV of Rust 1.95 for Serai though, and due to defining the canonical build process for
serai-runtimeas a binary release offered by StageX, it would require StageX make such a release (which they have yet to).Their staging branch does have Rust 1.95 with LLVM 22.1.3 (when the official release of Rust used LLVM 22.1.2). Hopefully, they do a release soon and the difference in the LLVM patch release isn't noticeable...