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
rust-client is marked as no_std. It uses tonic as a non optional dependency. Since tonic is not no_std, rust-client cannot be compiled for bare metal targets.
rust-client is marked as
no_std. It uses tonic as a non optional dependency. Since tonic is not no_std,rust-clientcannot be compiled for bare metal targets.