Skip to content

Commit 7b5b145

Browse files
committed
rules_bison v0.3
GitOrigin-RevId: 43fb433622560799542133db37a92d8229d1072e
1 parent 32e58af commit 7b5b145

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_bison",
3-
version = "0.2.2",
3+
version = "0.3",
44
compatibility_level = 1,
55
)
66

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ API reference: [docs/rules_bison.md](docs/rules_bison.md)
1414
Add the following to your `MODULE.bazel`:
1515

1616
```python
17-
bazel_dep(name = "rules_bison", version = "0.2.2")
17+
bazel_dep(name = "rules_bison", version = "0.3")
1818
```
1919

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

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

0 commit comments

Comments
 (0)