Skip to content

Commit

Permalink
README.md: drop "latest" from rust requirement
Browse files Browse the repository at this point in the history
it seems that the build issue mentioned in
WebAssembly#450
has been fixed by wasm-component-ld 0.5.6.
  • Loading branch information
yamt committed Aug 29, 2024
1 parent 0307935 commit 16ef5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 16ef5d1

Please sign in to comment.