]> git.proxmox.com Git - cargo.git/commit
test(add): Make test data valid
authorEd Page <eopage@gmail.com>
Mon, 25 Jul 2022 16:03:55 +0000 (11:03 -0500)
committerEd Page <eopage@gmail.com>
Mon, 25 Jul 2022 16:06:12 +0000 (11:06 -0500)
commit323c7bc3069139727e49347b3663e30634057779
tree5f7f50903057a3d386d8d6bef5c75425f4a73529
parentb5c4a765ef739c3332cdb61fbbd6f6ce72e48288
test(add): Make test data valid

Resolving the manifests will fail due to inconsistencies.  This
addresses those.
20 files changed:
tests/testsuite/cargo_add/build_prefer_existing_version/in/dependency/Cargo.toml
tests/testsuite/cargo_add/build_prefer_existing_version/out/dependency/Cargo.toml
tests/testsuite/cargo_add/build_prefer_existing_version/stderr.log
tests/testsuite/cargo_add/dev_prefer_existing_version/in/dependency/Cargo.toml
tests/testsuite/cargo_add/dev_prefer_existing_version/out/dependency/Cargo.toml
tests/testsuite/cargo_add/dev_prefer_existing_version/stderr.log
tests/testsuite/cargo_add/list_features_path/in/dependency/Cargo.toml
tests/testsuite/cargo_add/list_features_path/in/optional/Cargo.toml
tests/testsuite/cargo_add/list_features_path/out/dependency/Cargo.toml
tests/testsuite/cargo_add/list_features_path_no_default/in/dependency/Cargo.toml
tests/testsuite/cargo_add/list_features_path_no_default/in/optional/Cargo.toml
tests/testsuite/cargo_add/list_features_path_no_default/out/dependency/Cargo.toml
tests/testsuite/cargo_add/overwrite_optional_with_no_optional/in/Cargo.toml
tests/testsuite/cargo_add/overwrite_optional_with_no_optional/mod.rs
tests/testsuite/cargo_add/overwrite_optional_with_no_optional/out/Cargo.toml
tests/testsuite/cargo_add/overwrite_optional_with_no_optional/stderr.log
tests/testsuite/cargo_add/preserve_sorted/in/Cargo.toml
tests/testsuite/cargo_add/preserve_sorted/out/Cargo.toml
tests/testsuite/cargo_add/preserve_unsorted/in/Cargo.toml
tests/testsuite/cargo_add/preserve_unsorted/out/Cargo.toml