Upgrade MultiTest to version 0.20.1
#410
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi all,
there was a PR reported to MultiTest by @ShadoySV: CosmWasm/cw-multi-test#46
We have fixed it and applied the patch in version 0.16.6 of MultiTest. But it looks like it could be upgraded to version 0.20.1 and even later to planned version 1.0.0 (1.0.0-rc.2 is already published).
This PR contains "all and only" changes required to upgrade MultiTest to version 0.20.1 and unifies this dependency in the whole project.
If you find this PR valuable, and would like to upgrade later to version 1.0.0 then just leave a comment on this PR, we will prepare a PR with all changes needed as a Thank you for your engagement in making MultiTest better.
Changes in this PR were tested like this:
$ cargo +1.68.0-x86_64-unknown-linux-gnu nextest run --workspace (... all test names and statuses...) ------------ Summary [ 2.906s] 350 tests run: 350 passed, 10 skipped
Regards,
Darek