Skip to content

Commit be0be7e

Browse files
committed
Bump wasm-component-ld version
Keepin' up to date
1 parent 6911d91 commit be0be7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/wasi-sdk-toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ install(DIRECTORY ${wasi_tmp_install}/bin ${wasi_tmp_install}/lib ${wasi_tmp_ins
269269
# Build logic for `wasm-component-ld` installed from Rust code.
270270
set(wasm_component_ld_root ${CMAKE_CURRENT_BINARY_DIR}/wasm-component-ld)
271271
set(wasm_component_ld ${wasm_component_ld_root}/bin/wasm-component-ld${CMAKE_EXECUTABLE_SUFFIX})
272-
set(wasm_component_ld_version 0.5.24)
272+
set(wasm_component_ld_version 0.5.26)
273273
if(RUST_TARGET)
274274
set(rust_target_flag --target=${RUST_TARGET})
275275
endif()

0 commit comments

Comments
 (0)