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.
Description of change
This PR specifies the
iota-crypto
dependencies used by this library to be in the range0.7
up to (but NOT including)0.10
. #822 pinned the version to0.9.1
which was necessary because0.9.2
introduced a breaking change causing builds to fail. Now0.9.2
has been yanked from crates.io and pinning is therefore no longer necessary.Open questions
Before #822, we specified version
^0.7
foriota-crypto
in our crates except for libjose (the reason0.9.2
still got pulled was because of transitive dependencies (which pinning to0.9.1
then prevented)), but as #822 demonstrated our library also worked with0.9.1
and I have also tested with0.8
. Hence the question is do we use the range specified in this PR, or go back to^0.7
or use^0.9
which is now OK due to0.9.2
being yanked?Links to any relevant issues
Be sure to reference any related issues by adding
fixes issue #
.Type of change
Add an
x
to the boxes that are relevant to your changes.How the change has been tested
Describe the tests that you ran to verify your changes.
Make sure to provide instructions for the maintainer as well as any relevant configurations.
Change checklist
Add an
x
to the boxes that are relevant to your changes.