Skip to content

Commit

Permalink
rules_bison v0.3
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 43fb433622560799542133db37a92d8229d1072e
  • Loading branch information
jmillikin committed Oct 5, 2024
1 parent 32e58af commit 7b5b145
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_bison",
version = "0.2.2",
version = "0.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 @@ -14,7 +14,7 @@ API reference: [docs/rules_bison.md](docs/rules_bison.md)
Add the following to your `MODULE.bazel`:

```python
bazel_dep(name = "rules_bison", version = "0.2.2")
bazel_dep(name = "rules_bison", version = "0.3")
```

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

load("@rules_bison//bison:bison.bzl", "bison_register_toolchains")
Expand Down

0 comments on commit 7b5b145

Please # to comment.