-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
18 files
+1 −0 | src/bin/cargo/cli.rs | |
+1 −0 | src/bin/cargo/commands/test.rs | |
+2 −0 | src/cargo/core/features.rs | |
+1 −1 | src/cargo/core/mod.rs | |
+4 −4 | src/cargo/core/resolver/encode.rs | |
+78 −6 | src/cargo/core/resolver/features.rs | |
+100 −8 | src/cargo/core/workspace.rs | |
+19 −10 | src/cargo/ops/cargo_compile.rs | |
+110 −1 | src/cargo/ops/fix.rs | |
+6 −4 | src/cargo/ops/resolve.rs | |
+89 −15 | src/cargo/util/toml/mod.rs | |
+25 −0 | src/doc/src/reference/unstable.md | |
+ − | src/doc/theme/favicon.png | |
+66 −0 | tests/testsuite/collisions.rs | |
+61 −0 | tests/testsuite/fix.rs | |
+2 −2 | tests/testsuite/future_incompat_report.rs | |
+31 −0 | tests/testsuite/package_features.rs | |
+305 −0 | tests/testsuite/patch.rs |