File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,9 @@ 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 0.1.160 (registry+https://github.com/rust-lang/crates.io-index)" ,
59
57
" rustc-std-workspace-core" ,
60
58
]
61
59
Original file line number Diff line number Diff line change @@ -50,3 +50,4 @@ rustc-demangle.opt-level = "s"
50
50
rustc-std-workspace-core = { path = ' rustc-std-workspace-core' }
51
51
rustc-std-workspace-alloc = { path = ' rustc-std-workspace-alloc' }
52
52
rustc-std-workspace-std = { path = ' rustc-std-workspace-std' }
53
+ cfg-if = { git = " https://github.com/tgross35/cfg-if.git" , branch = " no-compiler-builtins" }
You can’t perform that action at this time.
0 commit comments