Skip to content

Commit dac1091

Browse files
committed
fix(examples): make examples/bzlmod work with Bazel 9.x
Bump rules_rust to a newer version, so that it pulls in dependencies that work correctly with Bazel 9.0.0rc1.
1 parent e85728f commit dac1091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/bzlmod/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bazel_dep(name = "rules_java", version = "8.3.1")
2323
# MODULE.bazel.lock is cross-platform friendly, and there are transitive
2424
# dependencies on rules_rust, so we need rules_rust 0.54.1+ where such issues
2525
# were fixed.
26-
bazel_dep(name = "rules_rust", version = "0.54.1")
26+
bazel_dep(name = "rules_rust", version = "0.67.0")
2727

2828
# We next initialize the python toolchain using the extension.
2929
# You can set different Python versions in this block.

0 commit comments

Comments
 (0)