File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1845,9 +1845,9 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1845
1845
1846
1846
[[package ]]
1847
1847
name = " mach"
1848
- version = " 0.2.3 "
1848
+ version = " 0.3.2 "
1849
1849
source = " registry+https://github.com/rust-lang/crates.io-index"
1850
- checksum = " 86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1 "
1850
+ checksum = " b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa "
1851
1851
dependencies = [
1852
1852
" libc" ,
1853
1853
]
@@ -2838,9 +2838,9 @@ checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
2838
2838
2839
2839
[[package ]]
2840
2840
name = " region"
2841
- version = " 2.1.2 "
2841
+ version = " 2.2.0 "
2842
2842
source = " registry+https://github.com/rust-lang/crates.io-index"
2843
- checksum = " 448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856 "
2843
+ checksum = " 877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0 "
2844
2844
dependencies = [
2845
2845
" bitflags" ,
2846
2846
" libc" ,
Original file line number Diff line number Diff line change @@ -924,6 +924,8 @@ impl<'a> Builder<'a> {
924
924
// problem, somehow -- not really clear why -- but we know that this
925
925
// fixes things.
926
926
Mode :: ToolRustc => metadata. push_str ( "tool-rustc" ) ,
927
+ // Same for codegen backends.
928
+ Mode :: Codegen => metadata. push_str ( "codegen" ) ,
927
929
_ => { }
928
930
}
929
931
cargo. env ( "__CARGO_DEFAULT_LIB_METADATA" , & metadata) ;
You can’t perform that action at this time.
0 commit comments