spruceid / ssi

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

Release chores #493

Closed sbihel closed 1 year ago

sbihel commented 1 year ago

The releases will be made with cargo release

HaseU-git commented 1 year ago

@krhoda @cobward @sbihel I have a question about didkit repository. I input following commands to try building didkit environment but it does not work.

$ git clone https://github.com/spruceid/didkit.git
$ cd didkit
$ git clone https://github.com/spruceid/ssi ../ssi --recurse-submodules
$ cargo build

error messsage

error: failed to select a version for the requirement `ssi = "^0.4"`
candidate versions found which didn't match: 0.5.0
location searched: /Users/usename/ssi
required by package `didkit-http v0.2.0 (/Users/username/didkit/http)`

I find out this kind of situation is caused by https://github.com/spruceid/ssi/pull/493 . Is this problem is already recognized or not? Should I make a new issue about this problem on didkit repository?

sbihel commented 1 year ago

You can follow https://github.com/spruceid/didkit/pull/326 or use commit 19a177de285ae95ddfd6ee6dd2384063aca9d83f of ssi

HaseU-git commented 1 year ago

Thank you for your advising. I will try it.