We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libipld
ssi-ucan currently depends on a stale version of libipld (latest version at this time is 0.16.0):
ssi-ucan
0.16.0
ssi/crates/ucan/Cargo.toml
Line 28 in d031802
This stale version also brings in a chain of old dependencies, which would be good to avoid.
However, this bump may be a breaking change, as dependency types seem to appear in the public interfaces, like StoreParams in https://docs.rs/ssi-ucan/0.2.1/ssi_ucan/struct.Ucan.html#method.to_block.
StoreParams
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ssi-ucan
currently depends on a stale version oflibipld
(latest version at this time is0.16.0
):ssi/crates/ucan/Cargo.toml
Line 28 in d031802
This stale version also brings in a chain of old dependencies, which would be good to avoid.
However, this bump may be a breaking change, as dependency types seem to appear in the public interfaces, like
StoreParams
in https://docs.rs/ssi-ucan/0.2.1/ssi_ucan/struct.Ucan.html#method.to_block.The text was updated successfully, but these errors were encountered: