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

Potential dependency resolution issue with base64 #1084

Closed
Farhad-Shabani opened this issue Feb 9, 2024 · 0 comments · Fixed by #1085
Closed

Potential dependency resolution issue with base64 #1084

Farhad-Shabani opened this issue Feb 9, 2024 · 0 comments · Fixed by #1085
Assignees
Milestone

Comments

@Farhad-Shabani
Copy link
Member

Problem Statement

Encountered a dependency resolution issue while working on informalsystems/sovereign-ibc#67. The issue stems from the base64 dependency, as the compiler is unable to determine a proper version.

Proposal

Bringing base64 into the workspace and ensuring consistent versioning across all related crates. Additionally, considering loosening the version constraint to the minor level, allowing the compiler flexibility to select the appropriate version, especially in projects where different patch versions may be employed.

Version

=< 0.50.0

@Farhad-Shabani Farhad-Shabani added this to the 0.51.0 milestone Feb 9, 2024
@Farhad-Shabani Farhad-Shabani self-assigned this Feb 9, 2024
@github-project-automation github-project-automation bot moved this to 📥 To Do in ibc-rs Feb 9, 2024
@Farhad-Shabani Farhad-Shabani changed the title Dependency resolution issue with base64 Potential dependency resolution issue with base64 Feb 9, 2024
@github-project-automation github-project-automation bot moved this from 📥 To Do to ✅ Done in ibc-rs Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant