Skip to content

Commit 07e1892

Browse files
committed
Update set of available CUE toolchain versions
Introduce version v0.16.1, establishing it as the new default.
1 parent ef06834 commit 07e1892

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

MODULE.bazel.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cue/private/tools/cue/toolchain.bzl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
visibility("public")
44

55
_TOOLS_BY_RELEASE = {
6+
"v0.16.1": {
7+
struct(os = "darwin", arch = "amd64"): "97b0d78e4c5ee49ff72145fd6ef4f4bab0bb332d55f29660de3fec2af5ec96a9",
8+
struct(os = "darwin", arch = "arm64"): "a72b0cddb377c52d1b003bed9a335d893b70cd75a182cd5e3fee8bae30ddb6d6",
9+
struct(os = "linux", arch = "amd64"): "5d644c1305a2b86504c8dcd2ec829cf5b4999efc2cf51ee375624e0455f774ae",
10+
struct(os = "linux", arch = "arm64"): "3cc715a9e969f87b93c4fa34cfaef5388b93e96efa20b248e8ad6826abd25a83",
11+
struct(os = "windows", arch = "amd64"): "2f24123f458229fcf283db534bd86692ad1074da806defee0f0cc62976c0397c",
12+
struct(os = "windows", arch = "arm64"): "e0c15ce53f73e8609b0e8ce6507298f3474b334ac5eb0c826c9497a811fd0cce",
13+
},
614
"v0.16.0": {
715
struct(os = "darwin", arch = "amd64"): "451495b46684fd78120741e1d325f9b21e6843f05ec455d3fb5073ba2a9311db",
816
struct(os = "darwin", arch = "arm64"): "83ba7485cbad5f031ffc3e0142bc4f3ab26b53fd4491548939bfa9d5b00f6b66",
@@ -45,7 +53,7 @@ _TOOLS_BY_RELEASE = {
4553
},
4654
}
4755

48-
_DEFAULT_TOOL_VERSION = "v0.16.0"
56+
_DEFAULT_TOOL_VERSION = "v0.16.1"
4957

5058
def known_release_versions():
5159
return _TOOLS_BY_RELEASE.keys()

0 commit comments

Comments
 (0)