Skip to content

Commit

Permalink
Auto merge of #58584 - ehuss:update-cargo, r=alexcrichton
Browse files Browse the repository at this point in the history
Update cargo

9 commits in 865cb70106a6b1171a500ff68f93ab52eea56e72..b33ce7fc9092962b0657b4c25354984b5e5c47e4
2019-02-10 15:49:37 +0000 to 2019-02-19 18:42:50 +0000
- Don't retry invalid credentials from git credential helpers (rust-lang/cargo#6681)
- Fix some typos in resolver tests (rust-lang/cargo#6682)
- Add an unstable option to build proc macros for both the host and the target (rust-lang/cargo#6547)
- Test cases proving RUSTC_WRAPPER can be a relative path (rust-lang/cargo#6638)
- Add support for Azure DevOps (rust-lang/cargo#6264)
- Update docs for removed `patch` restriction. (rust-lang/cargo#6663)
- Fix incorrect help message (rust-lang/cargo#6555)
- Stabilize Alternative Registries (rust-lang/cargo#6654)
- Having a [patch] section when publishing is not an error (rust-lang/cargo#6535)
  • Loading branch information
bors committed Feb 21, 2019
2 parents fd42f24 + 158f074 commit 633d75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 45 files
+1 −1 src/bin/cargo/commands/clean.rs
+1 −1 src/cargo/core/compiler/context/compilation_files.rs
+13 −2 src/cargo/core/compiler/context/unit_dependencies.rs
+3 −1 src/cargo/core/features.rs
+10 −0 src/cargo/core/manifest.rs
+10 −10 src/cargo/ops/registry.rs
+6 −1 src/cargo/sources/git/utils.rs
+1 −7 src/cargo/util/command_prelude.rs
+1 −10 src/cargo/util/toml/mod.rs
+1 −0 src/cargo/util/toml/targets.rs
+2 −0 src/doc/man/cargo-package.adoc
+0 −1 src/doc/man/cargo-publish.adoc
+7 −4 src/doc/man/generated/cargo-init.html
+3 −5 src/doc/man/generated/cargo-install.html
+3 −5 src/doc/man/generated/cargo-login.html
+7 −4 src/doc/man/generated/cargo-new.html
+13 −6 src/doc/man/generated/cargo-owner.html
+4 −0 src/doc/man/generated/cargo-package.html
+13 −9 src/doc/man/generated/cargo-publish.html
+3 −5 src/doc/man/generated/cargo-search.html
+13 −6 src/doc/man/generated/cargo-yank.html
+7 −4 src/doc/man/options-new.adoc
+3 −4 src/doc/man/options-registry.adoc
+9 −1 src/doc/man/options-token.adoc
+1 −0 src/doc/src/SUMMARY.md
+40 −5 src/doc/src/reference/config.md
+19 −6 src/doc/src/reference/manifest.md
+590 −0 src/doc/src/reference/registries.md
+21 −6 src/doc/src/reference/specifying-dependencies.md
+0 −53 src/doc/src/reference/unstable.md
+11 −7 src/etc/man/cargo-init.1
+6 −6 src/etc/man/cargo-install.1
+6 −6 src/etc/man/cargo-login.1
+11 −7 src/etc/man/cargo-new.1
+16 −7 src/etc/man/cargo-owner.1
+14 −2 src/etc/man/cargo-package.1
+16 −18 src/etc/man/cargo-publish.1
+6 −6 src/etc/man/cargo-search.1
+16 −7 src/etc/man/cargo-yank.1
+26 −139 tests/testsuite/alt_registry.rs
+24 −10 tests/testsuite/build.rs
+60 −61 tests/testsuite/publish.rs
+15 −15 tests/testsuite/resolve.rs
+1 −1 tests/testsuite/support/registry.rs
+1 −1 tests/testsuite/support/resolver.rs

0 comments on commit 633d75a

Please sign in to comment.