Skip to content

Commit

Permalink
rules_flex v0.3
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 5e7078db6d6830bac47bb9c6dd55ccbefb8b55bd
  • Loading branch information
jmillikin committed Nov 28, 2024
1 parent e24a998 commit 2ac1159
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_flex",
version = "0.2.1",
version = "0.3",
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_flex.md](docs/rules_flex.md)
Add the following to your `MODULE.bazel`:

```python
bazel_dep(name = "rules_flex", version = "0.2.1")
bazel_dep(name = "rules_flex", version = "0.3")
```

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_flex",
# Obtain the package checksum from the release page:
# https://github.com/jmillikin/rules_flex/releases/tag/v0.2.1
# https://github.com/jmillikin/rules_flex/releases/tag/v0.3
sha256 = "",
urls = ["https://github.com/jmillikin/rules_flex/releases/download/v0.2.1/rules_flex-v0.2.1.tar.xz"],
urls = ["https://github.com/jmillikin/rules_flex/releases/download/v0.3/rules_flex-v0.3.tar.xz"],
)

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

0 comments on commit 2ac1159

Please sign in to comment.