Skip to content

Commit 10de491

Browse files
authored
Merge pull request #7 from abcue/yujunz/toolchain
Merge tag 'v0.15.1'
2 parents 7fcc8be + 4781183 commit 10de491

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

MODULE.bazel.lock

Lines changed: 3 additions & 3 deletions
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.15.3": {
7+
struct(os = "darwin", arch = "amd64"): "44f177363bb59453371d9bf3dd2097c6bd7fc0fccb2eaf2cfde8bc934c8ba174",
8+
struct(os = "darwin", arch = "arm64"): "9b84bbd0ef1050b51328e4d9af47b2e88c772765d5c74594277417a4bc083a68",
9+
struct(os = "linux", arch = "amd64"): "309bbe62ebb0e74a2b298d2808edb0eadfd19789ed0de259b61721f19e3b5ff0",
10+
struct(os = "linux", arch = "arm64"): "db9e6b15d02f838c47b65e4c5184caf8456e389be28a274f5186e19fab335015",
11+
struct(os = "windows", arch = "amd64"): "d291bd510887bf1308a6bc07c28d17c7f01bc75e7a885adacdbd30d6d6ecbd20",
12+
struct(os = "windows", arch = "arm64"): "f7b72102bcf227800276bfb22d0d16cfcdaeceb79a1e99af492aaa3eea6bb839",
13+
},
614
"v0.15.1": {
715
struct(os = "darwin", arch = "amd64"): "e761c85f060283d7c52b0b80e3ae57b569a0c4e7f7029bdbf38d7f079b2128bc",
816
struct(os = "darwin", arch = "arm64"): "9ee183ec8686675a0aea24f9f5cfb64235ee4e7583e8e771432a0bf58e64411a",
@@ -69,7 +77,7 @@ _TOOLS_BY_RELEASE = {
6977
},
7078
}
7179

72-
_DEFAULT_TOOL_VERSION = "v0.15.1"
80+
_DEFAULT_TOOL_VERSION = "v0.15.3"
7381

7482
def known_release_versions():
7583
return _TOOLS_BY_RELEASE.keys()

0 commit comments

Comments
 (0)