Skip to content

Commit b48815d

Browse files
authored
Update cross_rs (#3026)
Bumping to latest now to reduce delta when cross-rs/cross#1561 is fixed.
1 parent 4e54d34 commit b48815d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crate_universe/tools/cross_installer/cross_installer_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ def cross_installer_deps():
1313
http_archive,
1414
name = "cross_rs",
1515
# v0.2.5+
16-
urls = ["https://github.com/cross-rs/cross/archive/764d258e8b88323df7e88b1b6f178d09f951966a.zip"],
17-
strip_prefix = "cross-764d258e8b88323df7e88b1b6f178d09f951966a",
18-
integrity = "sha256-vC3qT2dzF6yEKCTGK3cHaSMZk/V5/LxZSHvT2Jo5qw8=",
16+
urls = ["https://github.com/cross-rs/cross/archive/4090beca3cfffa44371a5bba524de3a578aa46c3.zip"],
17+
strip_prefix = "cross-4090beca3cfffa44371a5bba524de3a578aa46c3",
18+
integrity = "sha256-9lo/wRsDWdaTzt3kVSBWRfNp+DXeDZqrG3Z+10mE+fo=",
1919
build_file_content = """exports_files(["Cargo.toml", "Cargo.lock"], visibility = ["//visibility:public"])""",
2020
)
2121

0 commit comments

Comments
 (0)