Skip to content

0.2.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 16:42
· 5 commits to main since this release
db7f4f0

Minimum bazel version: 7.0.0

(Support for projects not using bzlmod will be added in a future
release.)

If you're using bzlmod, add the following to MODULE.bazel:

bazel_dep(name = "rules_nasm", version = ".2.1")

# configure the toolchain
nasm = use_extension("@rules_nasm//nasm:extensions.bzl", "nasm")
nasm.toolchain(
    nasm_version = "2.16.03",
)

What's Changed

Full Changelog: 0.2.0...0.2.1