Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

chore(dpp): update bls-signatures to fix dependencies conflict #184

Merged
merged 1 commit into from Nov 16, 2022

Conversation

shumkov
Copy link
Member

@shumkov shumkov commented Nov 16, 2022

Issue being fixed or feature implemented

error: failed to select a version for the requirement `funty = "~1.2"`
candidate versions found which didn't match: 2.0.0, 1.1.0, 1.0.1, ...
location searched: crates.io index
required by package `bitvec v0.22.0`
    ... which satisfies dependency `bitvec = "^0.22"` of package `ff v0.11.0`
    ... which satisfies dependency `ff = "^0.11"` of package `bls-signatures v0.11.3`
    ... which satisfies dependency `bls-signatures = "^0.11.3"` of package `dpp v0.1.0 (/Users/ivanshumkov/Projects/dashevo/rs-drive/dpp)`
    ... which satisfies path dependency `dpp` of package `js-binding v0.1.0 (/Users/ivanshumkov/Projects/dashevo/rs-drive/js-binding)`

What was done?

  • Updated bls-signatures

How Has This Been Tested?

cargo update passed

Breaking Changes

None

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@shumkov shumkov added this to the v0.24.0 milestone Nov 16, 2022
@shumkov shumkov merged commit 784968c into v0.24-dev Nov 16, 2022
@shumkov shumkov deleted the fix-deps-conflict branch November 16, 2022 19:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants