update readmes (#1371) #3
Annotations
2 errors and 2 warnings
identity_credential/src/credential/issuer.rs#L43
error[E0119]: conflicting implementations of trait `std::convert::From<bls12_381_plus::scalar::Scalar>` for type `credential::issuer::Issuer`
--> identity_credential/src/credential/issuer.rs:43:1
|
43 | / impl<T> From<T> for Issuer
44 | | where
45 | | T: Into<Url>,
| |_______________^
|
= note: conflicting implementation in crate `bls12_381_plus`:
- impl std::convert::From<bls12_381_plus::scalar::Scalar> for <bls12_381_plus::scalar::Scalar as ark_ff::fields::prime::PrimeField>::BigInt;
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9, actions-rs-plus/clippy-check@b09a9c37c9df7db8b1a5d52e8fe8e0b6e3d574c4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
This job failed
Loading