File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -284,10 +284,8 @@ dependencies = [
284
284
[[package ]]
285
285
name = " rustc-demangle"
286
286
version = " 0.1.24"
287
- source = " registry+https://github.com/rust-lang/crates.io-index"
288
- checksum = " 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
287
+ source = " git+https://github.com/tgross35/rustc-demangle.git?branch=no-compiler-builtins#384a09b4b6e559988f1638e5b2ff4194b0342e61"
289
288
dependencies = [
290
- " compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)" ,
291
289
" rustc-std-workspace-core" ,
292
290
]
293
291
@@ -362,7 +360,6 @@ name = "std_detect"
362
360
version = " 0.1.5"
363
361
dependencies = [
364
362
" cfg-if" ,
365
- " compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)" ,
366
363
" libc" ,
367
364
" rustc-std-workspace-alloc" ,
368
365
" rustc-std-workspace-core" ,
@@ -390,11 +387,9 @@ dependencies = [
390
387
391
388
[[package ]]
392
389
name = " unicode-width"
393
- version = " 0.1.14"
394
- source = " registry+https://github.com/rust-lang/crates.io-index"
395
- checksum = " 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
390
+ version = " 0.1.7"
391
+ source = " git+https://github.com/tgross35/unicode-width.git?branch=no-compiler-builtins#363d6352dbb9701acbf04ca4792bb2f0a0a9ed61"
396
392
dependencies = [
397
- " compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)" ,
398
393
" rustc-std-workspace-core" ,
399
394
" rustc-std-workspace-std" ,
400
395
]
Original file line number Diff line number Diff line change @@ -52,3 +52,5 @@ rustc-std-workspace-alloc = { path = 'rustc-std-workspace-alloc' }
52
52
rustc-std-workspace-std = { path = ' rustc-std-workspace-std' }
53
53
cfg-if = { git = " https://github.com/tgross35/cfg-if.git" , branch = " no-compiler-builtins" }
54
54
hashbrown = { git = " https://github.com/tgross35/hashbrown.git" , branch = " no-compiler-builtins" }
55
+ rustc-demangle = { git = " https://github.com/tgross35/rustc-demangle.git" , branch = " no-compiler-builtins" }
56
+ unicode-width = { git = " https://github.com/tgross35/unicode-width.git" , branch = " no-compiler-builtins" }
You can’t perform that action at this time.
0 commit comments