File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -498,10 +498,6 @@ name = "cfg-if"
498498version = " 0.1.10"
499499source = " registry+https://github.com/rust-lang/crates.io-index"
500500checksum = " 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
501- dependencies = [
502- " compiler_builtins" ,
503- " rustc-std-workspace-core" ,
504- ]
505501
506502[[package ]]
507503name = " cfg-if"
@@ -4934,7 +4930,7 @@ dependencies = [
49344930name = " test"
49354931version = " 0.0.0"
49364932dependencies = [
4937- " cfg-if 0.1.10 " ,
4933+ " cfg-if 1.0.0 " ,
49384934 " core" ,
49394935 " getopts" ,
49404936 " libc" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
77crate-type = [" dylib" , " rlib" ]
88
99[dependencies ]
10- cfg-if = { version = " 0.1.8 " , features = [' rustc-dep-of-std' ] }
10+ cfg-if = { version = " 1.0 " , features = [' rustc-dep-of-std' ] }
1111getopts = { version = " 0.2.21" , features = [' rustc-dep-of-std' ] }
1212std = { path = " ../std" }
1313core = { path = " ../core" }
You can’t perform that action at this time.
0 commit comments