-
Notifications
You must be signed in to change notification settings - Fork 149
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
28 changed files
with
61 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking None's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Error: `cargo metadata` exited with an error: error: failed to parse manifest at `[ROOT]/case/Cargo.toml` | ||
|
||
Caused by: | ||
TOML parse error at line 1, column 6 | ||
| | ||
1 | This is clearly not a valid Cargo.toml. | ||
| ^ | ||
expected `.`, `=` | ||
Error: `cargo metadata` exited with an error: warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` | ||
error: expected `.`, `=` | ||
--> Cargo.toml:1:6 | ||
| | ||
1 | This is clearly not a valid Cargo.toml. | ||
| ^ | ||
| | ||
|
5 changes: 1 addition & 4 deletions
5
tests/cargo-upgrade/invalid_workspace_root_manifest/stderr.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Error: `cargo metadata` exited with an error: error: failed to parse manifest at `[ROOT]/case/Cargo.toml` | ||
|
||
Caused by: | ||
TOML parse error at line 1, column 6 | ||
Error: `cargo metadata` exited with an error: warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` | ||
note: Re-run with `--pinned` to upgrade pinned version requirements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` | ||
note: Re-run with `--verbose` to show more dependencies | ||
excluded: my-package2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking None's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` | ||
note: Re-run with `--verbose` to show more dependencies | ||
latest: serde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking cargo-list-test-fixture's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Updating '[ROOTURL]/registry' index | ||
Checking None's dependencies | ||
Upgrading recursive dependencies | ||
warning: `[ROOT]/home/.cargo/config` is deprecated in favor of `config.toml` | ||
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters