Closed wildbunny closed 6 months ago
1) please ensure to compile with rust stable <= v1.76.0
2) if on m1 mac then also do rustup target install x86_64-apple-darwin
and use the x86 target
Thanks, that was the problem.
For anyone wondering how to install 1.76.0 after having installed the latest version (on windows):
rustup install 1.76.0
rustup default 1.76.0-x86_64-pc-windows-msvc