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.
Hello,
I just noticed that the version numbers of some
contrib
packages on themaster
branch are older than the latest versions actually released on on crates.io, while thev0.5
branch already has the correct values.I understand that the
master
branch contains unpublished changes (like dependencies etc.), but I was a bit confused by these relapse differences when reading the code at a glance 😅Changes
To catch up with the latest versions, I've updated the values in each
Cargo.toml
(and also docs/guide, doc comments and eachREADME.md
, according to the changes in thev0.5
branch) as follows:0.1.0
-> 0.2.00.1.0
-> 0.2.00.1.0
-> 0.2.00.1.0
-> 0.1.1When the next version (
0.6
?) is released, these values perhaps may be different. But until then, I hope these changes make sense and avoid any misunderstanding 🙆🏽♀️