Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loosen time dependency patch version constraint #332

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

gmulhearn-anonyome
Copy link
Contributor

Previously we were locked into time =0.3.20: #166

Recently it was updated to =0.3.36 due to issues with rust 1.80 and <0.3.36 versions of time.

However just as a crate cleanliness, it would be nice to only pin the version to 0.3.36 if we absolutely have to, dep conflicts may arise for consumers of the indy-vdr in the future as a result etc

FYI @andrewwhitehead : RE your original decision to lock the time version, is it still necessary?

Signed-off-by: George Mulhearn <[email protected]>
@andrewwhitehead
Copy link
Member

There hasn't been a new release of the time crate past 0.3.36 so this doesn't have any effect right now. It's possible that a new release would increase the minimum Rust version past what we currently need for the Android build, but that's true of the other dependencies as well so I don't think it hurts to loosen this up for now.

@andrewwhitehead andrewwhitehead merged commit b4dc08b into hyperledger:main Oct 1, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants