ivila commented on PR #241: URL: https://github.com/apache/teaclave-trustzone-sdk/pull/241#issuecomment-3424337243
> What is the loose end here so that CI suddenly stopped working? The build VMs provided by github? The issue occurs because the new `indexmap` release requires Rust `1.82`, but `teaclave-trustzone-sdk` is pinned to `1.80`, leading to an MSRV violation. https://crates.io/crates/indexmap. <img width="1387" height="706" alt="image" src="https://github.com/user-attachments/assets/e581acaf-701b-4700-af71-1b347efca483" /> Upgrading the toolchain may not help, as Teaclave’s patched standard library only supports Rust 1.80. We will find another quick solution. -- 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]
