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 5 months ago
parent 030793511c
commit 16ef5d1391

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

Loading…
Cancel
Save