Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42a1a02

Browse files
committedOct 27, 2023
Update tests
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
1 parent 3f025a2 commit 42a1a02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Removing docopt from build-dependencies
2-
error: the dependency `docopt` could not be found in `build-dependencies`.
2+
error: the dependency `docopt` could not be found in `build-dependencies`. But it was found in `dependencies`.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Removing semver from dev-dependencies
2-
error: the dependency `semver` could not be found in `dev-dependencies`.
2+
error: the dependency `semver` could not be found in `dev-dependencies`. But it was found in `dependencies`.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Removing dbus from dependencies for target `powerpc-unknown-linux-gnu`
2-
error: the dependency `dbus` could not be found in `target.powerpc-unknown-linux-gnu.dependencies`.
2+
error: the dependency `dbus` could not be found in `target.powerpc-unknown-linux-gnu.dependencies`. But it was found in `target.x86_64-unknown-linux-gnu.dependencies`.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Removing toml from dependencies for target `x86_64-unknown-linux-gnu`
2-
error: the dependency `toml` could not be found in `target.x86_64-unknown-linux-gnu.dependencies`.
2+
error: the dependency `toml` could not be found in `target.x86_64-unknown-linux-gnu.dependencies`. But it was found in `dependencies`.

0 commit comments

Comments
 (0)
Please sign in to comment.