Skip to content

Commit 066e16e

Browse files
committed
rules_bison v0.3.2
GitOrigin-RevId: fe6afda3855d72b1f6e8a902974a631030a64929
1 parent b3c62a1 commit 066e16e

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.3.1",
3+
version = "0.3.2",
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.3.1")
17+
bazel_dep(name = "rules_bison", version = "0.3.2")
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.3.1
61+
# https://github.com/jmillikin/rules_bison/releases/tag/v0.3.2
6262
sha256 = "",
63-
urls = ["https://github.com/jmillikin/rules_bison/releases/download/v0.3.1/rules_bison-v0.3.1.tar.xz"],
63+
urls = ["https://github.com/jmillikin/rules_bison/releases/download/v0.3.2/rules_bison-v0.3.2.tar.xz"],
6464
)
6565

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

0 commit comments

Comments
 (0)