Skip to content

Commit

Permalink
rules_m4 v0.2.3
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 2c163040e5d301a849985e7b61d13cb566c9eded
  • Loading branch information
jmillikin committed May 15, 2023
1 parent 31ef50b commit 798444c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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_m4",
version = "0.2.2",
version = "0.2.3",
compatibility_level = 1,
)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ API reference: [docs/rules_m4.md](docs/rules_m4.md)
Add the following to your `MODULE.bazel`:

```python
bazel_dep(name = "rules_m4", version = "0.2.2")
bazel_dep(name = "rules_m4", version = "0.2.3")
```

To specify a version or build with additional C compiler options, use the
Expand Down Expand Up @@ -58,9 +58,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_m4",
# Obtain the package checksum from the release page:
# https://github.com/jmillikin/rules_m4/releases/tag/v0.2.2
# https://github.com/jmillikin/rules_m4/releases/tag/v0.2.3
sha256 = "",
urls = ["https://github.com/jmillikin/rules_m4/releases/download/v0.2.2/rules_m4-v0.2.2.tar.xz"],
urls = ["https://github.com/jmillikin/rules_m4/releases/download/v0.2.3/rules_m4-v0.2.3.tar.xz"],
)

load("@rules_m4//m4:m4.bzl", "m4_register_toolchains")
Expand Down

0 comments on commit 798444c

Please # to comment.