Skip to content

Commit 92ae26d

Browse files
authored
Merge branch 'main' into ci/riscv64-linux-v2
2 parents 4dd04b4 + 62a1a88 commit 92ae26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/wasi-sdk-toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ install(DIRECTORY ${wasi_tmp_install}/bin ${wasi_tmp_install}/lib ${wasi_tmp_ins
261261
# Build logic for `wasm-component-ld` installed from Rust code.
262262
set(wasm_component_ld_root ${CMAKE_CURRENT_BINARY_DIR}/wasm-component-ld)
263263
set(wasm_component_ld ${wasm_component_ld_root}/bin/wasm-component-ld${CMAKE_EXECUTABLE_SUFFIX})
264-
set(wasm_component_ld_version 0.5.21)
264+
set(wasm_component_ld_version 0.5.22)
265265
if(RUST_TARGET)
266266
set(rust_target_flag --target=${RUST_TARGET})
267267
endif()

0 commit comments

Comments
 (0)