Skip to content

Commit 23bf9b9

Browse files
committed
🔮 Release highly esoteric module support
1 parent 1a9d3ae commit 23bf9b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_ll",
3-
version = "20220822.1",
3+
version = "20220905.0",
44
execution_platforms_to_register = [
55
"@rules_ll//ll:ll_linux_exec_platform",
66
],

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ workspace:
7373
7474
touch WORKSPACE.bazel .bazelrc
7575
echo cbb4eb1973a7fb49d15ced3fea6498f714f3ab0c > .bazelversion
76-
echo 'bazel_dep(name="rules_ll", version="20220822.1")' > MODULE.bazel
76+
echo 'bazel_dep(name="rules_ll", version="20220905.0")' > MODULE.bazel
7777
7878
Copy the following lines into the just created ``.bazelrc`` file:
7979

examples/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bazel_dep(name="rules_ll", version="20220822.1")
1+
bazel_dep(name="rules_ll", version="20220905.0")
22
local_path_override(module_name = "rules_ll", path = "..")
33

44
# local_path_override(module_name = "hipsycl", path="/mnt/hipSYCL")

0 commit comments

Comments
 (0)