Skip to content

Conversation

chantra
Copy link

@chantra chantra commented Dec 19, 2022

Currently, dependencies are hardcoded with upper bounds. In some cases, it creates depedency issues as shown in #39.

This change removes the upper-bound and instead let rust rely on SemVer compatibility
(https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility) as explained in https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-cratesio

Currently, dependencies are hardcoded with upper bounds. In some cases,
it creates depedency issues as shown in dekellum#39.

This change removes the upper-bound and instead let rust rely on SemVer
compatibility
(https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility)
as explained in https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-cratesio
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.

1 participant