You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#47. The problem is that for stable compilers older than 1.51, we used to
support no-std alloc environments, but not no-alloc environments. For compilers
1.51 and later, we additionally support no-alloc environments using resolver =
"2" in Cargo.toml of the end binary.
0 commit comments