Update rstest dev-dependency to 0.26#17
Conversation
|
This looks good in general 👌 Two issues that the CI reported: missing sign off (see CONTRIBUTING.md) and some issue with the deny plugin. I see it has a v2 now. If you want to try to adjust it, you could do that in this PR. If not, I can do that later and then we rebase this PR. Anyway, thanks for your contribution! 👋 |
Signed-off-by: Benjamin A. Beasley <code@musicinmybrain.net>
Signed-off-by: Benjamin A. Beasley <code@musicinmybrain.net>
57604b8 to
269769f
Compare
|
I’ve added the signoff and attempted to update the deny plugin. We’ll see if it works. |
Signed-off-by: Benjamin A. Beasley <code@musicinmybrain.net>
|
I updated |
Apparently it's by design and all these old releases were buggy: https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md Oh, well. PR looks great - merging. Thanks again for your time and see you later! |
Updates
rstestto the latest release. Sincerstestis just a dev-dependency for a trivial doctest, the very minor incompatibilities acrossrstestversions are not relevant, and I confirmed thatcargo teststill passes. I updatedCargo.lockusingcargo update rstest.