Skip to content

Commit

Permalink
🩹 Release fix for format and ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
neqochan committed Aug 22, 2022
1 parent d6a4147 commit adb5a78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_ll",
version = "20220822.0",
version = "20220822.1",
execution_platforms_to_register = [
"@rules_ll//ll:ll_linux_exec_platform",
],
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ workspace:
touch WORKSPACE.bazel .bazelrc
echo cbb4eb1973a7fb49d15ced3fea6498f714f3ab0c > .bazelversion
echo 'bazel_dep(name="rules_ll", version="20220822.0")' > MODULE.bazel
echo 'bazel_dep(name="rules_ll", version="20220822.1")' > MODULE.bazel
Copy the following lines into the just created ``.bazelrc`` file:

Expand Down
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name="rules_ll", version="20220723.1")
bazel_dep(name="rules_ll", version="20220822.1")
local_path_override(module_name = "rules_ll", path = "..")

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

0 comments on commit adb5a78

Please sign in to comment.