spruceid / ssi

Core library for decentralized identity.
https://spruceid.dev
Apache License 2.0
180 stars 54 forks source link

Prefer OUT_DIR for outputting the multicodec table #558

Closed ivan770 closed 3 weeks ago

ivan770 commented 3 weeks ago

Some Rust build environments (e.g. Crane) rely on build scripts using only OUT_DIR directory for producing build-time artifacts, erroring out otherwise.

This PR fixes the ssi-multicodec build failure in such cases.