Skip to content

Commit 1952c85

Browse files
committed
Use 'auto' as default compiler version in the release notes
1 parent c806e13 commit 1952c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add to your \`MODULE.bazel\` file:
2424
bazel_dep(name = "rules_d", version = "${TAG:1}")
2525
2626
d = use_extension("//d:extensions.bzl", "d")
27-
d.toolchain(d_version = "dmd-2.111.0")
27+
d.toolchain(d_version = "auto")
2828
use_repo(d, "d_toolchains")
2929
3030
register_toolchains("@d_toolchains//:all")

0 commit comments

Comments
 (0)