Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 15, 2021
1 parent 2f391da commit 0c4b2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 42 files
+19 −3 crates/cargo-test-support/src/lib.rs
+1 −0 crates/resolver-tests/src/lib.rs
+1 −1 src/cargo/core/compiler/context/mod.rs
+1 −0 src/cargo/core/compiler/future_incompat.rs
+46 −1 src/cargo/core/compiler/mod.rs
+101 −61 src/cargo/core/features.rs
+4 −5 src/cargo/core/package.rs
+8 −0 src/cargo/core/registry.rs
+18 −7 src/cargo/core/resolver/dep_cache.rs
+13 −10 src/cargo/core/resolver/errors.rs
+13 −1 src/cargo/core/resolver/mod.rs
+3 −9 src/cargo/lib.rs
+6 −4 src/cargo/ops/fix.rs
+1 −1 src/cargo/ops/registry.rs
+17 −3 src/cargo/ops/resolve.rs
+16 −2 src/cargo/ops/tree/format/mod.rs
+5 −14 src/cargo/util/config/mod.rs
+4 −7 src/cargo/util/toml/mod.rs
+1 −0 src/doc/man/cargo-tree.md
+3 −0 src/doc/man/generated_txt/cargo-tree.txt
+1 −0 src/doc/src/commands/cargo-tree.md
+99 −31 src/doc/src/reference/unstable.md
+4 −0 src/etc/man/cargo-tree.1
+7 −3 tests/testsuite/bad_config.rs
+1 −6 tests/testsuite/build.rs
+1 −1 tests/testsuite/build_script.rs
+106 −4 tests/testsuite/cargo_features.rs
+1 −2 tests/testsuite/check.rs
+3 −2 tests/testsuite/directory.rs
+5 −3 tests/testsuite/edition.rs
+48 −4 tests/testsuite/fix.rs
+1 −3 tests/testsuite/install.rs
+7 −2 tests/testsuite/metabuild.rs
+145 −0 tests/testsuite/patch.rs
+3 −2 tests/testsuite/path.rs
+6 −1 tests/testsuite/profile_config.rs
+6 −1 tests/testsuite/profiles.rs
+6 −2 tests/testsuite/pub_priv.rs
+4 −4 tests/testsuite/publish_lockfile.rs
+9 −6 tests/testsuite/registry.rs
+5 −2 tests/testsuite/tool_paths.rs
+36 −3 tests/testsuite/tree.rs

0 comments on commit 0c4b2a8

Please sign in to comment.