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
grin-api and grin-servers are using too old tokio-0.2 crate what prevents to compile Grin for Windows ARM (winapi-0.2.8 dependency has no aarch64-pc-windows-msvc target support).
grin-apiandgrin-serversare using too oldtokio-0.2crate what prevents to compile Grin for Windows ARM (winapi-0.2.8dependency has noaarch64-pc-windows-msvctarget support).Solution is to migrate to
tokio-1.^.