TheButlah opened a new pull request, #258: URL: https://github.com/apache/teaclave-trustzone-sdk/pull/258
Attempting to build the SDK without stable compiler features is not possible right now due to the use of `#![feature(error_in_core)]`. However, this feature was [stabilized in rust 1.81](https://blog.rust-lang.org/2024/09/05/Rust-1.81.0/#what-s-in-1-81-0-stable) in September 2024. It would be good to remove the now-unneeded unstable flag. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
