Commit 3f435f6
committed
Auto merge of rust-lang#62548 - ehuss:update-cargo, r=alexcrichton
Update cargo
Update cargo
12 commits in 4c1fa54d10f58d69ac9ff55be68e1b1c25ecb816..677a180f4c8ca1dcef594f68dd0e63e4f08621f5
2019-06-24 11:24:18 +0000 to 2019-07-08 13:43:02 +0000
- Update dependencies (rust-lang/cargo#7106)
- Fix overwriting .d file for binary with dSYM on apple targets. (rust-lang/cargo#7057)
- Update changelog. (rust-lang/cargo#7102)
- Revert "Fix 'getting started' internal links" (rust-lang/cargo#7099)
- Bump to 0.39.0 (rust-lang/cargo#7100)
- Update dependency.rs (rust-lang/cargo#7098)
- Typo (rust-lang/cargo#7097)
- Fix 'getting started' internal links (rust-lang/cargo#7093)
- Fix misleading comment in testsuite (rust-lang/cargo#7090)
- improve uncommitted changes cargo-package message (rust-lang/cargo#7083)
- Clean environment when git-fetch-with-cli is used. (rust-lang/cargo#7082)
- Fix exponentiality in depend_on_deps_of_deps. (rust-lang/cargo#7062)2 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | 276 | | |
278 | 277 | | |
279 | 278 | | |
280 | 279 | | |
281 | | - | |
| 280 | + | |
282 | 281 | | |
283 | 282 | | |
284 | 283 | | |
| |||
578 | 577 | | |
579 | 578 | | |
580 | 579 | | |
581 | | - | |
| 580 | + | |
582 | 581 | | |
583 | 582 | | |
584 | 583 | | |
| |||
2563 | 2562 | | |
2564 | 2563 | | |
2565 | 2564 | | |
2566 | | - | |
| 2565 | + | |
2567 | 2566 | | |
2568 | 2567 | | |
2569 | 2568 | | |
| |||
- CHANGELOG.md+66-2
- Cargo.toml+2-3
- crates/crates-io/Cargo.toml+1-1
- src/cargo/core/compiler/job_queue.rs+8-9
- src/cargo/core/compiler/output_depinfo.rs+6-2
- src/cargo/core/dependency.rs+1-1
- src/cargo/ops/cargo_package.rs+1-1
- src/cargo/sources/git/utils.rs+11
- src/cargo/util/config.rs+1-1
- tests/testsuite/build.rs+61
- tests/testsuite/dep_info.rs+7
- tests/testsuite/git.rs+49
- tests/testsuite/package.rs+1-1
- tests/testsuite/publish.rs+1-1
- tests/testsuite/support/publish.rs+12-4
0 commit comments