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 = [
284284[[package ]]
285285name = " rustc-demangle"
286286version = " 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"
289288dependencies = [
290- " compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)" ,
291289 " rustc-std-workspace-core" ,
292290]
293291
@@ -362,7 +360,6 @@ name = "std_detect"
362360version = " 0.1.5"
363361dependencies = [
364362 " cfg-if" ,
365- " compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)" ,
366363 " libc" ,
367364 " rustc-std-workspace-alloc" ,
368365 " rustc-std-workspace-core" ,
@@ -390,11 +387,9 @@ dependencies = [
390387
391388[[package ]]
392389name = " 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"
396392dependencies = [
397- " compiler_builtins 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)" ,
398393 " rustc-std-workspace-core" ,
399394 " rustc-std-workspace-std" ,
400395]
Original file line number Diff line number Diff line change @@ -52,3 +52,5 @@ rustc-std-workspace-alloc = { path = 'rustc-std-workspace-alloc' }
5252rustc-std-workspace-std = { path = ' rustc-std-workspace-std' }
5353cfg-if = { git = " https://github.com/tgross35/cfg-if.git" , branch = " no-compiler-builtins" }
5454hashbrown = { 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