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

dependency management #701

Merged
merged 2 commits into from
Nov 7, 2023
Merged

Conversation

webern
Copy link
Contributor

@webern webern commented Nov 3, 2023

Issue #, if available:

Closes #699
Precedes #700

Description of changes:

  • Make Cargo.toml files less specific about versions to avoid downstream build issues.
  • cargo update dependencies

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@webern
Copy link
Contributor Author

webern commented Nov 4, 2023

🤔 I checked deny locally.

We have seen issues where downstream or transient dependency packages
use a "no-higher-than" specification for a dependency when we have the
highest possible "higher-than" specification. Instead it is better to
let Cargo work out the minor/patch version that works for everyone.
@webern webern force-pushed the despecify-cargo-dependencies branch from f0ab017 to 53b514c Compare November 6, 2023 18:38
@webern webern merged commit 868b9bf into awslabs:develop Nov 7, 2023
9 checks passed
@webern webern deleted the despecify-cargo-dependencies branch November 7, 2023 17:39
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.

make cargo dependencies less specific
4 participants