Skip to content

Commit

Permalink
rules_bison v0.2.2
Browse files Browse the repository at this point in the history
GitOrigin-RevId: af5539650f8eb96b6e3349417f8d1d6127ea28cc
  • Loading branch information
jmillikin committed May 18, 2023
1 parent 8ad7198 commit 3670e99
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.1",
version = "0.2.2",
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.1")
bazel_dep(name = "rules_bison", version = "0.2.2")
```

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.1
# https://github.com/jmillikin/rules_bison/releases/tag/v0.2.2
sha256 = "",
urls = ["https://github.com/jmillikin/rules_bison/releases/download/v0.2.1/rules_bison-v0.2.1.tar.xz"],
urls = ["https://github.com/jmillikin/rules_bison/releases/download/v0.2.2/rules_bison-v0.2.2.tar.xz"],
)

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

0 comments on commit 3670e99

Please sign in to comment.