Skip to content

Commit 99c5327

Browse files
committed
fix: update to latest rules_wasm_component with dependency alignment
1 parent b1961dc commit 99c5327

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

MODULE.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ module(
1313
compatibility_level = 1,
1414
)
1515

16-
# Core Bazel dependencies - reverted to match rules_wasm_component expectations
17-
bazel_dep(name = "platforms", version = "0.0.11")
18-
bazel_dep(name = "rules_cc", version = "0.1.1")
19-
bazel_dep(name = "bazel_skylib", version = "1.7.1")
16+
# Core Bazel dependencies - updated to match rules_wasm_component expectations
17+
bazel_dep(name = "platforms", version = "1.0.0")
18+
bazel_dep(name = "rules_cc", version = "0.2.0")
19+
bazel_dep(name = "bazel_skylib", version = "1.8.1")
2020

2121
# Enable C++ toolchain auto-configuration for cross-platform support
2222
cc_configure = use_extension("@rules_cc//cc:extensions.bzl", "cc_configure")
@@ -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 = "f655f31", # Latest main branch with C++ toolchain debugging + WIT file path fix
40+
commit = "247fe4c", # Latest main branch with dependency updates and all fixes
4141
remote = "https://github.com/pulseengine/rules_wasm_component.git",
4242
)
4343

MODULE.bazel.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)