Skip to content

Commit 4e3ba84

Browse files
committed
Remove all other deps of registry compiler-builtins
1 parent fd5a455 commit 4e3ba84

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

library/Cargo.lock

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,8 @@ dependencies = [
284284
[[package]]
285285
name = "rustc-demangle"
286286
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"
289288
dependencies = [
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"
362360
version = "0.1.5"
363361
dependencies = [
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]]
392389
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"
396392
dependencies = [
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
]

library/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ rustc-std-workspace-alloc = { path = 'rustc-std-workspace-alloc' }
5252
rustc-std-workspace-std = { path = 'rustc-std-workspace-std' }
5353
cfg-if = { git = "https://github.com/tgross35/cfg-if.git", branch = "no-compiler-builtins"}
5454
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"}

0 commit comments

Comments
 (0)