Skip to content

Commit a529e53

Browse files
committed
update in-tree
1 parent d1462e5 commit a529e53

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

library/Cargo.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.24.2"
88
source = "registry+https://github.com/rust-lang/crates.io-index"
99
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
1010
dependencies = [
11-
"compiler_builtins 0.1.160",
11+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
1212
"gimli",
1313
"rustc-std-workspace-alloc",
1414
"rustc-std-workspace-core",
@@ -20,15 +20,15 @@ version = "2.0.0"
2020
source = "registry+https://github.com/rust-lang/crates.io-index"
2121
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2222
dependencies = [
23-
"compiler_builtins 0.1.160",
23+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
2424
"rustc-std-workspace-core",
2525
]
2626

2727
[[package]]
2828
name = "alloc"
2929
version = "0.0.0"
3030
dependencies = [
31-
"compiler_builtins 0.1.161",
31+
"compiler_builtins 0.1.160",
3232
"core",
3333
]
3434

@@ -55,25 +55,25 @@ version = "1.0.0"
5555
source = "registry+https://github.com/rust-lang/crates.io-index"
5656
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
5757
dependencies = [
58-
"compiler_builtins 0.1.160",
58+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
5959
"rustc-std-workspace-core",
6060
]
6161

6262
[[package]]
6363
name = "compiler_builtins"
6464
version = "0.1.160"
65-
source = "registry+https://github.com/rust-lang/crates.io-index"
66-
checksum = "6376049cfa92c0aa8b9ac95fae22184b981c658208d4ed8a1dc553cd83612895"
6765
dependencies = [
66+
"cc",
67+
"panic-handler",
6868
"rustc-std-workspace-core",
6969
]
7070

7171
[[package]]
7272
name = "compiler_builtins"
73-
version = "0.1.161"
73+
version = "0.1.160"
74+
source = "registry+https://github.com/rust-lang/crates.io-index"
75+
checksum = "6376049cfa92c0aa8b9ac95fae22184b981c658208d4ed8a1dc553cd83612895"
7476
dependencies = [
75-
"cc",
76-
"panic-handler",
7777
"rustc-std-workspace-core",
7878
]
7979

@@ -96,7 +96,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
9696
checksum = "8cff88b751e7a276c4ab0e222c3f355190adc6dde9ce39c851db39da34990df7"
9797
dependencies = [
9898
"cfg-if",
99-
"compiler_builtins 0.1.160",
99+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
100100
"libc",
101101
"rustc-std-workspace-core",
102102
"windows-sys",
@@ -108,7 +108,7 @@ version = "0.5.0"
108108
source = "registry+https://github.com/rust-lang/crates.io-index"
109109
checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
110110
dependencies = [
111-
"compiler_builtins 0.1.160",
111+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
112112
"rustc-std-workspace-core",
113113
]
114114

@@ -129,7 +129,7 @@ version = "0.31.1"
129129
source = "registry+https://github.com/rust-lang/crates.io-index"
130130
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
131131
dependencies = [
132-
"compiler_builtins 0.1.160",
132+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
133133
"rustc-std-workspace-alloc",
134134
"rustc-std-workspace-core",
135135
]
@@ -140,7 +140,7 @@ version = "0.15.3"
140140
source = "registry+https://github.com/rust-lang/crates.io-index"
141141
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
142142
dependencies = [
143-
"compiler_builtins 0.1.160",
143+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
144144
"rustc-std-workspace-alloc",
145145
"rustc-std-workspace-core",
146146
]
@@ -151,7 +151,7 @@ version = "0.5.1"
151151
source = "registry+https://github.com/rust-lang/crates.io-index"
152152
checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
153153
dependencies = [
154-
"compiler_builtins 0.1.160",
154+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
155155
"rustc-std-workspace-alloc",
156156
"rustc-std-workspace-core",
157157
]
@@ -171,7 +171,7 @@ version = "2.7.4"
171171
source = "registry+https://github.com/rust-lang/crates.io-index"
172172
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
173173
dependencies = [
174-
"compiler_builtins 0.1.160",
174+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
175175
"rustc-std-workspace-core",
176176
]
177177

@@ -182,7 +182,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
182182
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
183183
dependencies = [
184184
"adler2",
185-
"compiler_builtins 0.1.160",
185+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
186186
"rustc-std-workspace-alloc",
187187
"rustc-std-workspace-core",
188188
]
@@ -193,7 +193,7 @@ version = "0.36.7"
193193
source = "registry+https://github.com/rust-lang/crates.io-index"
194194
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
195195
dependencies = [
196-
"compiler_builtins 0.1.160",
196+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
197197
"memchr",
198198
"rustc-std-workspace-alloc",
199199
"rustc-std-workspace-core",
@@ -208,7 +208,7 @@ name = "panic_abort"
208208
version = "0.0.0"
209209
dependencies = [
210210
"alloc",
211-
"compiler_builtins 0.1.161",
211+
"compiler_builtins 0.1.160",
212212
"core",
213213
"libc",
214214
]
@@ -219,7 +219,7 @@ version = "0.0.0"
219219
dependencies = [
220220
"alloc",
221221
"cfg-if",
222-
"compiler_builtins 0.1.161",
222+
"compiler_builtins 0.1.160",
223223
"core",
224224
"libc",
225225
"unwind",
@@ -247,7 +247,7 @@ version = "5.2.0"
247247
source = "registry+https://github.com/rust-lang/crates.io-index"
248248
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
249249
dependencies = [
250-
"compiler_builtins 0.1.160",
250+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
251251
"rustc-std-workspace-core",
252252
]
253253

@@ -257,7 +257,7 @@ version = "2.0.0"
257257
source = "registry+https://github.com/rust-lang/crates.io-index"
258258
checksum = "e43c53ff1a01d423d1cb762fd991de07d32965ff0ca2e4f80444ac7804198203"
259259
dependencies = [
260-
"compiler_builtins 0.1.160",
260+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
261261
"r-efi",
262262
"rustc-std-workspace-core",
263263
]
@@ -292,7 +292,7 @@ version = "0.1.24"
292292
source = "registry+https://github.com/rust-lang/crates.io-index"
293293
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
294294
dependencies = [
295-
"compiler_builtins 0.1.160",
295+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
296296
"rustc-std-workspace-core",
297297
]
298298

@@ -339,7 +339,7 @@ dependencies = [
339339
"addr2line",
340340
"alloc",
341341
"cfg-if",
342-
"compiler_builtins 0.1.161",
342+
"compiler_builtins 0.1.160",
343343
"core",
344344
"dlmalloc",
345345
"fortanix-sgx-abi",
@@ -366,7 +366,7 @@ name = "std_detect"
366366
version = "0.1.5"
367367
dependencies = [
368368
"cfg-if",
369-
"compiler_builtins 0.1.160",
369+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
370370
"libc",
371371
"rustc-std-workspace-alloc",
372372
"rustc-std-workspace-core",
@@ -398,7 +398,7 @@ version = "0.1.14"
398398
source = "registry+https://github.com/rust-lang/crates.io-index"
399399
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
400400
dependencies = [
401-
"compiler_builtins 0.1.160",
401+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
402402
"rustc-std-workspace-core",
403403
"rustc-std-workspace-std",
404404
]
@@ -408,7 +408,7 @@ name = "unwind"
408408
version = "0.0.0"
409409
dependencies = [
410410
"cfg-if",
411-
"compiler_builtins 0.1.161",
411+
"compiler_builtins 0.1.160",
412412
"core",
413413
"libc",
414414
"unwinding",
@@ -420,7 +420,7 @@ version = "0.2.6"
420420
source = "registry+https://github.com/rust-lang/crates.io-index"
421421
checksum = "8393f2782b6060a807337ff353780c1ca15206f9ba2424df18cb6e733bd7b345"
422422
dependencies = [
423-
"compiler_builtins 0.1.160",
423+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
424424
"gimli",
425425
"rustc-std-workspace-core",
426426
]
@@ -431,7 +431,7 @@ version = "0.11.0+wasi-snapshot-preview1"
431431
source = "registry+https://github.com/rust-lang/crates.io-index"
432432
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
433433
dependencies = [
434-
"compiler_builtins 0.1.160",
434+
"compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)",
435435
"rustc-std-workspace-alloc",
436436
"rustc-std-workspace-core",
437437
]

library/compiler-builtins/compiler-builtins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Jorge Aparicio <[email protected]>"]
33
name = "compiler_builtins"
4-
version = "0.1.161"
4+
version = "0.1.160"
55
license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"
66
readme = "README.md"
77
repository = "https://github.com/rust-lang/compiler-builtins"

0 commit comments

Comments
 (0)