Skip to content

Commit f9d80b6

Browse files
committed
fix: use specific commit hash for rules_rust fork
- Replace branch name with commit hash 011e55eaf05ef3806f8ed6bafd1925206dd6e23b - Fixes CI error about unknown revision 'feature/wasi-p2-support' - This commit includes the wasm32-wasip2 target triple support patches
1 parent 9f49d18 commit f9d80b6

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
@@ -13,7 +13,7 @@ bazel_dep(name = "rules_rust", version = "0.62.0")
1313
git_override(
1414
module_name = "rules_rust",
1515
remote = "https://github.com/avrabe/rules_rust.git",
16-
commit = "feature/wasi-p2-support",
16+
commit = "011e55eaf05ef3806f8ed6bafd1925206dd6e23b",
1717
)
1818
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1919
bazel_dep(name = "platforms", version = "0.0.11")

0 commit comments

Comments
 (0)