This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -723,9 +723,8 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
723
723
724
724
[[package ]]
725
725
name = " compiler_builtins"
726
- version = " 0.1.105"
727
- source = " registry+https://github.com/rust-lang/crates.io-index"
728
- checksum = " 3686cc48897ce1950aa70fd595bd2dc9f767a3c4cca4cd17b2cb52a2d37e6eb4"
726
+ version = " 0.1.106"
727
+ source = " git+https://github.com/nikic/compiler-builtins.git?branch=cpu-model-moved#ae3ba6e1b9ec6cacb0c4aad7e1e6d76481265bf9"
729
728
dependencies = [
730
729
" cc" ,
731
730
" rustc-std-workspace-core" ,
Original file line number Diff line number Diff line change @@ -119,5 +119,7 @@ rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
119
119
rustc-std-workspace-alloc = { path = ' library/rustc-std-workspace-alloc' }
120
120
rustc-std-workspace-std = { path = ' library/rustc-std-workspace-std' }
121
121
122
+ compiler_builtins = { git = " https://github.com/nikic/compiler-builtins.git" , branch = " cpu-model-moved" }
123
+
122
124
[patch ."https://github .com/rust-lang/rust-clippy" ]
123
125
clippy_lints = { path = " src/tools/clippy/clippy_lints" }
You can’t perform that action at this time.
0 commit comments