File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module (
2
2
name = "rules_flex" ,
3
- version = "0.3" ,
3
+ version = "0.3.1 " ,
4
4
compatibility_level = 1 ,
5
5
)
6
6
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ API reference: [docs/rules_flex.md](docs/rules_flex.md)
14
14
Add the following to your ` MODULE.bazel ` :
15
15
16
16
``` python
17
- bazel_dep(name = " rules_flex" , version = " 0.3" )
17
+ bazel_dep(name = " rules_flex" , version = " 0.3.1 " )
18
18
```
19
19
20
20
To specify a version or build with additional C compiler options, use the
@@ -58,9 +58,9 @@ m4_register_toolchains(version = "1.4.18")
58
58
http_archive(
59
59
name = " rules_flex" ,
60
60
# 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
62
62
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" ],
64
64
)
65
65
66
66
load(" @rules_flex//flex:flex.bzl" , " flex_register_toolchains" )
You can’t perform that action at this time.
0 commit comments