hyperx icon indicating copy to clipboard operation
hyperx copied to clipboard

Update Cargo.toml to use semver compatibility for dependencies

Open chantra opened this issue 3 years ago • 0 comments

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

chantra avatar Dec 19 '22 19:12 chantra