Validate domain-linkage URL making sure they only include an origin #4165
Annotations
2 errors and 1 warning
identity_storage/src/key_storage/memstore.rs#L189
error: `&` without an explicit lifetime name cannot be used here
--> identity_storage/src/key_storage/memstore.rs:189:31
|
189 | const ED25519_KEY_TYPE_STR: &str = "Ed25519";
| ^
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
= note: `-D elided-lifetimes-in-associated-constant` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(elided_lifetimes_in_associated_constant)]`
help: use the `'static` lifetime
|
189 | const ED25519_KEY_TYPE_STR: &'static str = "Ed25519";
| +++++++
|
|
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/
|
The logs for this run have expired and are no longer available.
Loading