Skip to content

Commit e226874

Browse files
authored
Update cross for crate_universe builds (#3878)
1 parent a60584b commit e226874

5 files changed

Lines changed: 4 additions & 52 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
paths:
9+
- crate_universe/tools/cross_installer/**
910
- version.bzl
1011
- .github/workflows/release.yaml
1112
push:

crate_universe/tools/cross_installer/cross_installer_deps.bzl

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ def cross_installer_deps(**kwargs):
2323
http_archive,
2424
name = "cross_rs",
2525
# v0.2.5+
26-
urls = ["https://github.com/cross-rs/cross/archive/4090beca3cfffa44371a5bba524de3a578aa46c3.zip"],
27-
strip_prefix = "cross-4090beca3cfffa44371a5bba524de3a578aa46c3",
28-
integrity = "sha256-9lo/wRsDWdaTzt3kVSBWRfNp+DXeDZqrG3Z+10mE+fo=",
26+
urls = ["https://github.com/cross-rs/cross/archive/588b3c99db52b5a9c5906fab96cfadcf1bde7863.zip"],
27+
strip_prefix = "cross-588b3c99db52b5a9c5906fab96cfadcf1bde7863",
28+
integrity = "sha256-5LqzALSHMZGDtTLMk94fGa6oexMfoi3YjlbivVstMXU=",
2929
build_file_content = """exports_files(["Cargo.toml", "Cargo.lock"], visibility = ["//visibility:public"])""",
30-
patch_args = ["-p1"],
31-
patches = [
32-
Label("//crate_universe/tools/cross_installer/patches:cross_rs.static_mut_refs.patch"),
33-
],
3430
)
3531

3632
direct_deps.append(struct(

crate_universe/tools/cross_installer/patches/BUILD.bazel

Whitespace-only changes.

crate_universe/tools/cross_installer/patches/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

crate_universe/tools/cross_installer/patches/cross_rs.static_mut_refs.patch

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)