v0.4.0
Merge pull request #5 from seh/update-available-cue-toolchains
Update set of available CUE toolchain versions
Details
Using modules with Bazel 6 and later
- Enable support for modules in your .bazelrc file by adding the following line:
common --enable_bzlmod
- Add the following directive to your MODULE.bazel file:
bazel_dep(name = "rules_cue", version = "0.4.0")
What's Changed
New Contributors
Full Changelog: v0.3.0...v0.4.0