Skip to content

Commit

Permalink
Update cross_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Nov 28, 2024
1 parent 43e5279 commit 510209e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crate_universe/tools/cross_installer/cross_installer_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def cross_installer_deps():
http_archive,
name = "cross_rs",
# v0.2.5+
urls = ["https://github.com/cross-rs/cross/archive/764d258e8b88323df7e88b1b6f178d09f951966a.zip"],
strip_prefix = "cross-764d258e8b88323df7e88b1b6f178d09f951966a",
integrity = "sha256-vC3qT2dzF6yEKCTGK3cHaSMZk/V5/LxZSHvT2Jo5qw8=",
urls = ["https://github.com/cross-rs/cross/archive/4090beca3cfffa44371a5bba524de3a578aa46c3.zip"],
strip_prefix = "cross-4090beca3cfffa44371a5bba524de3a578aa46c3",
integrity = "sha256-9lo/wRsDWdaTzt3kVSBWRfNp+DXeDZqrG3Z+10mE+fo=",
build_file_content = """exports_files(["Cargo.toml", "Cargo.lock"], visibility = ["//visibility:public"])""",
)

Expand Down

0 comments on commit 510209e

Please sign in to comment.