Skip to content

Commit db3d16b

Browse files
committed
fix: update to commit 05327e3 with WIT file path fix
1 parent 4563aff commit db3d16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bazel_dep(name = "rules_wasm_component", version = "0.1.0")
3737
# Git repository override - use main branch with merged fixes
3838
git_override(
3939
module_name = "rules_wasm_component",
40-
commit = "082d191", # Latest main branch with go_wasm_component + C++ toolchain + wasmsign2 fixes
40+
commit = "05327e3", # Latest main branch with WIT file path fix + go_wasm_component + C++ toolchain + wasmsign2 fixes
4141
remote = "https://github.com/pulseengine/rules_wasm_component.git",
4242
)
4343

0 commit comments

Comments
 (0)