From 16ef5d13910670979139280fe4750b2bfecabbf9 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 29 Aug 2024 13:26:07 +0900 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a38c567..6493405 100644 --- a/README.md +++ b/README.md @@ -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.