Skip to content

Commit bd5ca0d

Browse files
committed
rules_bison v0.3.1
GitOrigin-RevId: 2d5274216d13428100af0f4636d61829c9488c74
1 parent 4d2ae1b commit bd5ca0d

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

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

0 commit comments

Comments
 (0)