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

Libursa build fix #188

Closed askolesov closed 3 years ago

askolesov commented 3 years ago
askolesov commented 3 years ago

Can anyone please review and merge? Main is failing with this error:

error: failed to select a version for the requirement `crypto-mac = "^0.7"`
candidate versions found which didn't match: 0.11.1, 0.11.0, 0.10.1, ...
location searched: crates.io index
required by package `hmac v0.7.1`
    ... which is depended on by `hkdf v0.8.0`
    ... which is depended on by `ursa v0.3.6 (/home/shalteor/Documents/@Evernym/ursa/libursa)`

We are slightly blocked by this.