Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/extension_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Consumers interact with this repository through the `gcc` module extension in
Typical usage looks like this:

```starlark
bazel_dep(name = "score_bazel_cpp_toolchains", version = "0.4.0")
bazel_dep(name = "score_bazel_cpp_toolchains", version = "0.5.4")

gcc = use_extension("@score_bazel_cpp_toolchains//extensions:gcc.bzl", "gcc")

Expand Down
Loading
Loading