-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust toolchain update seems soon necessary #1450
Comments
Downgrading clap to v4.0.9 is still possible and resolves the issue after incorporating the parachain runtime. |
But AFAIU we highly rely on the upstream (https://github.com/apache/incubator-teaclave-sgx-sdk) dep updates, don't we? |
Yes, they are most of the time the bottleneck when it comes to that. We have made them aware: |
it seems we'll now need at least rustc 1.70 |
I tried to check if I can integrate the parachain runtime instead of the solo node runtime, and I got the following error:
This means that the time is running out with this toolchain. (Additionally, I can't try to fix the parachain node import by using another runtime..., see #1449)
The text was updated successfully, but these errors were encountered: