README.md: drop "latest" from rust requirement

it seems that the build issue mentioned in
https://github.com/WebAssembly/wasi-sdk/issues/450
has been fixed by wasm-component-ld 0.5.6.
pull/452/head
YAMAMOTO Takashi 4 months ago
parent 030793511c
commit 16ef5d1391

@ -44,7 +44,7 @@ The Wasm-sdk's build process needs some packages :
* `clang`
* `ninja`
* `python3`
* The latest rust toolchain
* rust toolchain (`cargo` and dependencies)
Please refer to your OS documentation to install those packages.

Loading…
Cancel
Save