spruceid / ssi

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

`json-ld` 0.9.1 #492

Closed timothee-haudebourg closed 1 year ago

timothee-haudebourg commented 1 year ago

The new json-ld version 0.9.1 has been released. It includes some major API changes in exchange for compiling with stable Rust 1.65. It also includes better support for code mapping, a better separation between syntactic and logical representations, an improved remote document loader (ReqwestLoader) and a mechanism for cheap IRI and Blank id storage through the rdf_types::Vocabulary trait.

SSI is currently using the outdated json-ld version 0.4 which must now be updated.