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

Fixes a compile warning from cargo #149

Closed dhuseby closed 3 years ago

dhuseby commented 3 years ago

Signed-off-by: Dave Huseby dhuseby@linuxfoundation.org

profiles can only be at the workspace level. they are ignored otherwise which is what the warning is about:

https://doc.rust-lang.org/cargo/reference/profiles.html