File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module (
22 name = "rules_flex" ,
3- version = "0.3" ,
3+ version = "0.3.1 " ,
44 compatibility_level = 1 ,
55)
66
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ API reference: [docs/rules_flex.md](docs/rules_flex.md)
1414Add the following to your ` MODULE.bazel ` :
1515
1616``` python
17- bazel_dep(name = " rules_flex" , version = " 0.3" )
17+ bazel_dep(name = " rules_flex" , version = " 0.3.1 " )
1818```
1919
2020To specify a version or build with additional C compiler options, use the
@@ -58,9 +58,9 @@ m4_register_toolchains(version = "1.4.18")
5858http_archive(
5959 name = " rules_flex" ,
6060 # Obtain the package checksum from the release page:
61- # https://github.com/jmillikin/rules_flex/releases/tag/v0.3
61+ # https://github.com/jmillikin/rules_flex/releases/tag/v0.3.1
6262 sha256 = " " ,
63- urls = [" https://github.com/jmillikin/rules_flex/releases/download/v0.3/rules_flex-v0.3.tar.xz" ],
63+ urls = [" https://github.com/jmillikin/rules_flex/releases/download/v0.3.1 /rules_flex-v0.3.1 .tar.xz" ],
6464)
6565
6666load(" @rules_flex//flex:flex.bzl" , " flex_register_toolchains" )
You can’t perform that action at this time.
0 commit comments