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

Updated versions for k256 and p256 crates #186

Closed Artemkaaas closed 3 years ago

Artemkaaas commented 3 years ago

Updated versions for k256 and p256 crates in order to resolve dependency versions conflics with ssi crate

dcmiddle commented 3 years ago

thanks why 0.8 version of each? It looks like latest is 0.9.

Artemkaaas commented 3 years ago

thanks why 0.8 version of each? It looks like latest is 0.9.

The intention of changes I did was to resolve dependency conflicts with ssi crate we also use in our project. So I used the same version as there. Furthermore, updating to 0.9 caused URSA compilation errors for me.

ryjones commented 3 years ago

@Artemkaaas could you resolve the conflicts? It looks like main is up to 0.9.6

Artemkaaas commented 3 years ago

Closing this PR as libraries already was updated to the latest version in the PR: https://github.com/hyperledger/ursa/pull/188