File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-c"
3- version = " 0.9.27 +cargo-0.74 .0"
3+ version = " 0.9.28 +cargo-0.75 .0"
44authors = [" Luca Barbato <lu_zero@gentoo.org>" ]
55description = " Helper program to build and install c-like libraries"
66license = " MIT"
@@ -9,7 +9,7 @@ readme = "README.md"
99repository = " https://github.com/lu-zero/cargo-c"
1010categories = [" command-line-utilities" , " development-tools::cargo-plugins" ]
1111keywords = [" cargo" , " cdylib" ]
12- rust-version = " 1.70 "
12+ rust-version = " 1.72 "
1313
1414[[bin ]]
1515name = " cargo-capi"
@@ -28,7 +28,7 @@ name = "cargo-ctest"
2828path = " src/bin/ctest.rs"
2929
3030[dependencies ]
31- cargo = " 0.74.0 "
31+ cargo = " 0.75.1 "
3232cargo-util = " 0.2"
3333semver = " 1.0.3"
3434log = " 0.4"
Original file line number Diff line number Diff line change @@ -1040,7 +1040,7 @@ pub fn cbuild(
10401040 default_profile : & str ,
10411041) -> anyhow:: Result < ( Vec < CPackage > , CompileOptions ) > {
10421042 let rustc = config. load_global_rustc ( Some ( ws) ) ?;
1043- let targets = args. targets ( ) ;
1043+ let targets = args. targets ( ) ? ;
10441044 let target = match targets. len ( ) {
10451045 0 => rustc. host . to_string ( ) ,
10461046 1 => targets[ 0 ] . to_string ( ) ,
You can’t perform that action at this time.
0 commit comments