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).

Home Page:https://wiki.hyperledger.org/display/ursa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `failure` with `thiserror` and `anyhow`

mversic opened this issue · comments

failure crate was deprecated. It's recommended to use thiserror and anyhow instead

See #222 as the start of that.