Skip to content
Open
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 MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bazel_dep(name = "rules_testing", version = "0.9.0", dev_dependency = True)
# boost.context std::result_of gap). Dev-only and unregistered by default:
# the CI job selects it with --extra_toolchains, so ordinary builds keep the
# autodetected toolchain. libc++ is toolchains_llvm's default stdlib.
bazel_dep(name = "toolchains_llvm", version = "1.8.0", dev_dependency = True)
bazel_dep(name = "toolchains_llvm", version = "1.9.0", dev_dependency = True)

llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True)
llvm.toolchain(
Expand Down
Loading