Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lock version of hickory-client (#6716)
### [ Motivation ] Solves issues in repositories: `universe` => https://github.com/tari-project/universe `tarigpuminer` => https://github.com/stringhandler/tarigpuminer From what I understand `hickory-client` was implemented on version `0.25.0-alpha.2`. Since that time there was release for version `0.25.0-alpha.3` and `0.25.0-alpha.4` with breaking changes which require code adjustments. Because we didn't lock version to `0.25.0-alpha.2` here, in mentioned repositories during build when it comes to building tari_core => tari_p2p it tries to use versions higher then `0.25.0-alpha.2` which breaks the build. It also happens in this repository when you delete Cargo.lock file. To this moment we patched this in mentioned repositories by including these packages with locked versions in Cargo.toml but it cause other smaller problems
- Loading branch information