hyperledger-archives / ursa

Hyperledger Ursa (a shared cryptographic library) has moved to end-of-life status, with the components of Ursa still in use moved to their relevant Hyperledger projects (AnonCreds, Indy, Aries and Iroha).
https://wiki.hyperledger.org/display/ursa
Apache License 2.0
321 stars 142 forks source link

Resease a new version with updated ed25519-dalek #178

Closed askolesov closed 3 years ago

askolesov commented 3 years ago

We have a dependency collision with cosmos_sdk=0.1.1 crate in our project.

error: failed to select a version for `ed25519-dalek`.
    ... required by package `tendermint v0.19.0`
    ... which is depended on by `cosmos_sdk v0.1.1`
    ... which is depended on by `libindy v1.95.0 (.../libindy)`
versions that meet the requirements `^1` are: 1.0.1, 1.0.0

all possible versions conflict with previously selected packages.

  previously selected package `ed25519-dalek v1.0.0-pre.3`
    ... which is depended on by `ursa v0.3.5`
    ... which is depended on by `libindy v1.95.0 (.../libindy)`

failed to select a version for `ed25519-dalek` which could resolve this conflict

The version of ed25519-dalek is already updated in master. Could you please publish it to crates.io?

ryjones commented 3 years ago

Does this help? #179

askolesov commented 3 years ago

Unfortunately, no(

So all necessary changes are done but we can consume it neither in crates.io nor in git. Could you please publish the updated version to crates.io?

mikelodder7 commented 3 years ago

Published

askolesov commented 3 years ago

Thanks a lot!