1 file changed
+1
-1
lines changed- .gitignore+5-5
- CHANGELOG.md+180-4
- Cargo.lock+2-2
- Cargo.toml+2-2
- build.rs+66-15
- crates/cargo-util-schemas/Cargo.toml+1-1
- crates/cargo-util-schemas/src/manifest/mod.rs+16-16
- crates/xtask-bump-check/src/xtask.rs+13-4
- src/bin/cargo/cli.rs+7-1
- src/cargo/core/features.rs+2-2
- src/cargo/core/manifest.rs+6
- src/cargo/core/shell.rs+14
- src/cargo/core/workspace.rs+35-20
- src/cargo/ops/cargo_package.rs+5-1
- src/cargo/ops/fix.rs+43-8
- src/cargo/sources/registry/mod.rs+1-1
- src/cargo/util/cache_lock.rs+1-1
- src/cargo/util/lints.rs+12-28
- src/cargo/util/network/sleep.rs+10-8
- src/cargo/util/toml/mod.rs+118-54
- src/cargo/util/toml/targets.rs+39-61
- src/doc/man/cargo-update.md+1-1
- src/doc/man/generated_txt/cargo-update.txt+1-1
- src/doc/src/commands/cargo-update.md+1-1
- src/etc/man/cargo-update.1+1-1
- tests/testsuite/artifact_dep.rs+59
- tests/testsuite/cargo_alias_config.rs+24
- tests/testsuite/features2.rs+10
- tests/testsuite/features_namespaced.rs+20
- tests/testsuite/fix.rs+327
- tests/testsuite/inheritable_workspace_fields.rs+49-26
- tests/testsuite/lints_table.rs+96
- tests/testsuite/package.rs+1.2k-7
- tests/testsuite/publish.rs+30
- tests/testsuite/weak_dep_features.rs+10
0 commit comments