Skip to content

Commit

Permalink
Fix multiple_crate_versions error
Browse files Browse the repository at this point in the history
Fix the versions of packages in the multiple_crate_versions ui test by
checking in the Cargo.lock for the test package. `ansi_term 0.11`
depends on `winapi ^0.3.4`. This means means that the expected stderr for
this test would have to be updated whenever `winapi 0.3` is updated
otherwise.
  • Loading branch information
Michael Wright committed Jul 1, 2020
1 parent 36b7983 commit 5b9c2ff
Showing 1 changed file with 109 additions and 0 deletions.
109 changes: 109 additions & 0 deletions tests/ui-cargo/multiple_crate_versions/fail/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b9c2ff

Please sign in to comment.