@@ -51,22 +51,19 @@ dependencies = [
51
51
52
52
[[package ]]
53
53
name = " cfg-if"
54
- version = " 1.0.0"
55
- source = " registry+https://github.com/rust-lang/crates.io-index"
56
- checksum = " baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
54
+ version = " 1.0.1"
55
+ source = " git+https://github.com/tgross35/cfg-if.git?branch=no-compiler-builtins#91c07fb51b83c24c65383d82a2f7a46e55b4ce39"
57
56
dependencies = [
58
- " compiler_builtins" ,
59
57
" rustc-std-workspace-core" ,
60
58
]
61
59
62
60
[[package ]]
63
61
name = " compiler_builtins"
64
62
version = " 0.1.160"
65
- source = " registry+https://github.com/rust-lang/crates.io-index"
66
- checksum = " 6376049cfa92c0aa8b9ac95fae22184b981c658208d4ed8a1dc553cd83612895"
67
63
dependencies = [
68
64
" cc" ,
69
- " rustc-std-workspace-core" ,
65
+ " core" ,
66
+ " panic-handler" ,
70
67
]
71
68
72
69
[[package ]]
@@ -129,10 +126,8 @@ dependencies = [
129
126
[[package ]]
130
127
name = " hashbrown"
131
128
version = " 0.15.3"
132
- source = " registry+https://github.com/rust-lang/crates.io-index"
133
- checksum = " 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
129
+ source = " git+https://github.com/tgross35/hashbrown.git?branch=no-compiler-builtins#197a1ebf65a8ee692acedc698b98d92aec291ade"
134
130
dependencies = [
135
- " compiler_builtins" ,
136
131
" rustc-std-workspace-alloc" ,
137
132
" rustc-std-workspace-core" ,
138
133
]
@@ -191,6 +186,10 @@ dependencies = [
191
186
" rustc-std-workspace-core" ,
192
187
]
193
188
189
+ [[package ]]
190
+ name = " panic-handler"
191
+ version = " 0.1.0"
192
+
194
193
[[package ]]
195
194
name = " panic_abort"
196
195
version = " 0.0.0"
@@ -277,10 +276,8 @@ dependencies = [
277
276
[[package ]]
278
277
name = " rustc-demangle"
279
278
version = " 0.1.24"
280
- source = " registry+https://github.com/rust-lang/crates.io-index"
281
- checksum = " 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
279
+ source = " git+https://github.com/tgross35/rustc-demangle.git?branch=no-compiler-builtins#384a09b4b6e559988f1638e5b2ff4194b0342e61"
282
280
dependencies = [
283
- " compiler_builtins" ,
284
281
" rustc-std-workspace-core" ,
285
282
]
286
283
@@ -304,6 +301,7 @@ dependencies = [
304
301
name = " rustc-std-workspace-core"
305
302
version = " 1.99.0"
306
303
dependencies = [
304
+ " compiler_builtins" ,
307
305
" core" ,
308
306
]
309
307
@@ -354,7 +352,6 @@ name = "std_detect"
354
352
version = " 0.1.5"
355
353
dependencies = [
356
354
" cfg-if" ,
357
- " compiler_builtins" ,
358
355
" libc" ,
359
356
" rustc-std-workspace-alloc" ,
360
357
" rustc-std-workspace-core" ,
@@ -382,11 +379,9 @@ dependencies = [
382
379
383
380
[[package ]]
384
381
name = " unicode-width"
385
- version = " 0.1.14"
386
- source = " registry+https://github.com/rust-lang/crates.io-index"
387
- checksum = " 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
382
+ version = " 0.1.7"
383
+ source = " git+https://github.com/tgross35/unicode-width.git?branch=no-compiler-builtins#363d6352dbb9701acbf04ca4792bb2f0a0a9ed61"
388
384
dependencies = [
389
- " compiler_builtins" ,
390
385
" rustc-std-workspace-core" ,
391
386
" rustc-std-workspace-std" ,
392
387
]
0 commit comments