Skip to content

Commit 412e7e1

Browse files
authored
Rollup merge of rust-lang#58789 - jordanrh1:update-compiler-builtins, r=sanxiyn
Update compiler_builtins to 0.1.7 to get windows/arm fix
2 parents 0154243 + 7e8758b commit 412e7e1

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Cargo.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
name = "alloc"
1818
version = "0.0.0"
1919
dependencies = [
20-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
20+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2121
"core 0.0.0",
2222
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
2323
"rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -106,7 +106,7 @@ version = "0.1.27"
106106
source = "registry+https://github.com/rust-lang/crates.io-index"
107107
dependencies = [
108108
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
109-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
109+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
110110
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
111111
"rustc-std-workspace-core 1.0.0",
112112
]
@@ -463,7 +463,7 @@ dependencies = [
463463

464464
[[package]]
465465
name = "compiler_builtins"
466-
version = "0.1.5"
466+
version = "0.1.7"
467467
source = "registry+https://github.com/rust-lang/crates.io-index"
468468
dependencies = [
469469
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -748,7 +748,7 @@ name = "dlmalloc"
748748
version = "0.1.3"
749749
source = "registry+https://github.com/rust-lang/crates.io-index"
750750
dependencies = [
751-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
751+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
752752
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
753753
"rustc-std-workspace-core 1.0.0",
754754
]
@@ -906,7 +906,7 @@ name = "fortanix-sgx-abi"
906906
version = "0.3.2"
907907
source = "registry+https://github.com/rust-lang/crates.io-index"
908908
dependencies = [
909-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
909+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
910910
"rustc-std-workspace-core 1.0.0",
911911
]
912912

@@ -1739,7 +1739,7 @@ dependencies = [
17391739
name = "panic_abort"
17401740
version = "0.0.0"
17411741
dependencies = [
1742-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1742+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
17431743
"core 0.0.0",
17441744
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
17451745
]
@@ -1749,7 +1749,7 @@ name = "panic_unwind"
17491749
version = "0.0.0"
17501750
dependencies = [
17511751
"alloc 0.0.0",
1752-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1752+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
17531753
"core 0.0.0",
17541754
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
17551755
"unwind 0.0.0",
@@ -1954,7 +1954,7 @@ name = "profiler_builtins"
19541954
version = "0.0.0"
19551955
dependencies = [
19561956
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1957-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1957+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
19581958
"core 0.0.0",
19591959
]
19601960

@@ -2486,7 +2486,7 @@ name = "rustc-demangle"
24862486
version = "0.1.10"
24872487
source = "registry+https://github.com/rust-lang/crates.io-index"
24882488
dependencies = [
2489-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2489+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
24902490
"rustc-std-workspace-core 1.0.0",
24912491
]
24922492

@@ -2586,7 +2586,7 @@ dependencies = [
25862586
"alloc 0.0.0",
25872587
"build_helper 0.1.0",
25882588
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2589-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2589+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
25902590
"core 0.0.0",
25912591
]
25922592

@@ -2814,7 +2814,7 @@ dependencies = [
28142814
"alloc 0.0.0",
28152815
"build_helper 0.1.0",
28162816
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2817-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2817+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
28182818
"core 0.0.0",
28192819
]
28202820

@@ -2875,7 +2875,7 @@ dependencies = [
28752875
"alloc 0.0.0",
28762876
"build_helper 0.1.0",
28772877
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2878-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2878+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
28792879
"core 0.0.0",
28802880
]
28812881

@@ -2991,7 +2991,7 @@ dependencies = [
29912991
"alloc 0.0.0",
29922992
"build_helper 0.1.0",
29932993
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2994-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2994+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
29952995
"core 0.0.0",
29962996
]
29972997

@@ -3263,7 +3263,7 @@ dependencies = [
32633263
"alloc 0.0.0",
32643264
"backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
32653265
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
3266-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3266+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
32673267
"core 0.0.0",
32683268
"dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
32693269
"fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3833,7 +3833,7 @@ dependencies = [
38333833
name = "unwind"
38343834
version = "0.0.0"
38353835
dependencies = [
3836-
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3836+
"compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
38373837
"core 0.0.0",
38383838
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
38393839
]
@@ -4029,7 +4029,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
40294029
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
40304030
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
40314031
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
4032-
"checksum compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6711d51cb46744dd8305293cc3fbc392aaff7a8f5095a7c4fae1e5113ef07c96"
4032+
"checksum compiler_builtins 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d7be038c8f003625c494e97c09bbcef65582b73f6aa86975f5273d8eba4c9d4c"
40334033
"checksum compiletest_rs 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "56c799b1f7142badf3b047b4c1f2074cc96b6b784fb2432f2ed9c87da0a03749"
40344034
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
40354035
"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"

0 commit comments

Comments
 (0)