File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -498,10 +498,6 @@ name = "cfg-if"
498
498
version = " 0.1.10"
499
499
source = " registry+https://github.com/rust-lang/crates.io-index"
500
500
checksum = " 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
501
- dependencies = [
502
- " compiler_builtins" ,
503
- " rustc-std-workspace-core" ,
504
- ]
505
501
506
502
[[package ]]
507
503
name = " cfg-if"
@@ -4934,7 +4930,7 @@ dependencies = [
4934
4930
name = " test"
4935
4931
version = " 0.0.0"
4936
4932
dependencies = [
4937
- " cfg-if 0.1.10 " ,
4933
+ " cfg-if 1.0.0 " ,
4938
4934
" core" ,
4939
4935
" getopts" ,
4940
4936
" libc" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
crate-type = [" dylib" , " rlib" ]
8
8
9
9
[dependencies ]
10
- cfg-if = { version = " 0.1.8 " , features = [' rustc-dep-of-std' ] }
10
+ cfg-if = { version = " 1.0 " , features = [' rustc-dep-of-std' ] }
11
11
getopts = { version = " 0.2.21" , features = [' rustc-dep-of-std' ] }
12
12
std = { path = " ../std" }
13
13
core = { path = " ../core" }
You can’t perform that action at this time.
0 commit comments