Skip to content

Commit 5f496fb

Browse files
committed
Bump toml2json
1 parent 0c62b00 commit 5f496fb

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

MODULE.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ use_repo(
3434
name = "toml2json_" + name,
3535
executable = True,
3636
sha256 = sha256,
37-
url = "https://github.com/dzbarsky/toml2json/releases/download/v0.0.7/toml2json_" + name + ext,
37+
url = "https://github.com/dzbarsky/toml2json/releases/download/v0.0.11/toml2json_" + name + ext,
3838
)
3939
for name, sha256, ext in [
40-
("darwin_amd64", "e2240483b28d95c7ae9ded7fb0e921142a644d6847c1da9b44ae3557117ed54f", ""),
41-
("darwin_arm64", "20dd55c9d926a00b51c643a3c5677678eb5ddb8984ae2ad9cf3f701ccbb06d92", ""),
42-
("linux_amd64", "f074ff54589ca601a491d3f8e33b9618d861d19d8e2359a0addf02d378f36c7c", ""),
43-
("linux_arm64", "3f35040836858b5c1703be421ea1c06f83c68b6c14da37d0ee0655db891f125f", ""),
44-
("windows_amd64", "7e5561170e088c717f87ba4c05ec6d3a0406b62133959530c2f4646158c27a97", ".exe"),
45-
("windows_arm64", "bc6fbf776798a7beb7cb2b3feb898fcbc829b4106f0505cd08f251e7c1b2518e", ".exe"),
40+
("darwin_amd64", "3fad1d4314fec5074b635ba3e5b31d578e2539137a017092bf364672a3c9676a", ""),
41+
("darwin_arm64", "6d9ac7a19c738771233192db058f74af1e6963e78147adef68d3463b6736fdd1", ""),
42+
("linux_amd64", "06847d7e1319623cce0b5d5170d5e5302358966124308bd031a9e906dbf88ff4", ""),
43+
("linux_arm64", "e545383759bfb9ac535e43fbee372d390dff654e7e222f452ac12f921fb0b928", ""),
44+
("windows_amd64", "8c8f133188c0225ada9ce0febd907396d0bdc28c9a5efa7abb27420079c02ead", ".exe"),
45+
("windows_arm64", "2fd541cac2fef4ce836947de34eb815de64f457888969e845321937d3b980269", ".exe"),
4646
]
4747
]
4848

test/.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ common --disk_cache=~/bazel_cache
55
common --incompatible_disallow_empty_glob=False
66

77
common --@rules_cc//cc/toolchains/args/archiver_flags:use_libtool_on_macos=False
8-
common --@toolchains_llvm_bootstrapped//config:experimental_stub_libgcc_s
8+
common --@llvm//config:experimental_stub_libgcc_s
99

1010
# For some BCR -sys deps
1111
common --@rules_python//python/config_settings:bootstrap_impl=script

test/MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ include("//:3rd_party/libz-sys/include.MODULE.bazel")
264264
include("//:3rd_party/libgit2-sys/include.MODULE.bazel")
265265
include("//:3rd_party/windows_x86_64_gnullvm/include.MODULE.bazel")
266266
include("//:3rd_party/windows_aarch64_gnullvm/include.MODULE.bazel")
267-
268267
include("//:3rd_party/coreaudio-sys/include.MODULE.bazel")
269268

270269
# TODO(zbarsky): fix this for realz

0 commit comments

Comments
 (0)