Skip to content

Commit 2ac1159

Browse files
committed
rules_flex v0.3
GitOrigin-RevId: 5e7078db6d6830bac47bb9c6dd55ccbefb8b55bd
1 parent e24a998 commit 2ac1159

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_flex",
3-
version = "0.2.1",
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_flex.md](docs/rules_flex.md)
1414
Add the following to your `MODULE.bazel`:
1515

1616
```python
17-
bazel_dep(name = "rules_flex", version = "0.2.1")
17+
bazel_dep(name = "rules_flex", 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_flex",
6060
# Obtain the package checksum from the release page:
61-
# https://github.com/jmillikin/rules_flex/releases/tag/v0.2.1
61+
# https://github.com/jmillikin/rules_flex/releases/tag/v0.3
6262
sha256 = "",
63-
urls = ["https://github.com/jmillikin/rules_flex/releases/download/v0.2.1/rules_flex-v0.2.1.tar.xz"],
63+
urls = ["https://github.com/jmillikin/rules_flex/releases/download/v0.3/rules_flex-v0.3.tar.xz"],
6464
)
6565

6666
load("@rules_flex//flex:flex.bzl", "flex_register_toolchains")

0 commit comments

Comments
 (0)