Skip to content

Commit

Permalink
rules_flex v0.2.1
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 4aba2b432860e0a981581804df3c3da624fd5732
  • Loading branch information
jmillikin committed May 17, 2023
1 parent cc3c07a commit 8c76035
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",
version = "0.2.1",
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")
bazel_dep(name = "rules_flex", version = "0.2.1")
```

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

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

0 comments on commit 8c76035

Please sign in to comment.