Skip to content

Commit 754aec3

Browse files
authored
Bump wasm-component-ld to 0.5.7 (#484)
Keeping it up-to-date with its release cadence.
1 parent c1b8811 commit 754aec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/wasi-sdk-toolchain.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ install(DIRECTORY ${wasi_tmp_install}/bin ${wasi_tmp_install}/lib ${wasi_tmp_ins
120120
# Build logic for `wasm-component-ld` installed from Rust code.
121121
set(wasm_component_ld_root ${CMAKE_CURRENT_BINARY_DIR}/wasm-component-ld)
122122
set(wasm_component_ld ${wasm_component_ld_root}/bin/wasm-component-ld${CMAKE_EXECUTABLE_SUFFIX})
123-
set(wasm_component_ld_version 0.5.6)
123+
set(wasm_component_ld_version 0.5.7)
124124
if(RUST_TARGET)
125125
set(rust_target_flag --target=${RUST_TARGET})
126126
endif()

0 commit comments

Comments
 (0)