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 @@ -172,13 +172,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
172
172
173
173
[[package ]]
174
174
name = " cargo"
175
- version = " 0.30 .0"
175
+ version = " 0.31 .0"
176
176
dependencies = [
177
177
" atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
178
178
" bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
179
179
" clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
180
180
" core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
181
- " crates-io 0.18 .0" ,
181
+ " crates-io 0.19 .0" ,
182
182
" crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
183
183
" crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
184
184
" curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -452,7 +452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
452
452
453
453
[[package ]]
454
454
name = " crates-io"
455
- version = " 0.18 .0"
455
+ version = " 0.19 .0"
456
456
dependencies = [
457
457
" curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
458
458
" failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1753,7 +1753,7 @@ dependencies = [
1753
1753
name = " rls"
1754
1754
version = " 0.130.5"
1755
1755
dependencies = [
1756
- " cargo 0.30 .0" ,
1756
+ " cargo 0.31 .0" ,
1757
1757
" cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1758
1758
" clippy_lints 0.0.212" ,
1759
1759
" crossbeam-channel 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
Original file line number Diff line number Diff line change @@ -237,6 +237,8 @@ impl Step for Cargo {
237
237
// Don't run cross-compile tests, we may not have cross-compiled libstd libs
238
238
// available.
239
239
cargo. env ( "CFG_DISABLE_CROSS_TESTS" , "1" ) ;
240
+ // Disable a test that has issues with mingw.
241
+ cargo. env ( "CARGO_TEST_DISABLE_GIT_CLI" , "1" ) ;
240
242
241
243
try_run (
242
244
builder,
You can’t perform that action at this time.
0 commit comments