update readme [skip ci]

This commit is contained in:
Sebastian Hugentobler 2022-03-26 11:28:30 +01:00
parent c16812c719
commit 39e06ae504
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ Release binaries are built for multiple architectures (always statically compile
- x86_64-unknown-linux-musl (needs ``)
- aarch64-unknown-linux-musl (needs `aarch64-linux-musl-gcc` and `aarch64-linux-musl-gcc`)
- x86_64-pc-windows-gnu (needs `x86_64-w64-mingw32-gcc`)
- wasm32-unknown-unknown (needed for the http-client)
These are the target triplet names as they are used by rustup (add them with `rustup target add $TARGET`).