mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 990 forks source link

Update tokio to allow compilation for Windows ARM arch #3794

Open ardocrat opened 5 months ago

ardocrat commented 5 months ago

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).

Solution is to migrate to tokio-1.^.