deps: bump clap from 4.3.21 to 4.4.1 #545
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
gather_published_crates
17s
Run all WASM tests
2m 44s
Compile with MSRV
1m 25s
Check rustdoc intra-doc links
3m 28s
IPFS Integration tests
1m 56s
examples
2m 23s
rustfmt
21s
manifest_lint
19s
Check for changes in proto files
21s
Ensure that `Cargo.lock` is up-to-date
23s
Matrix: clippy
Matrix: cross
Matrix: feature_matrix
Matrix: test
Annotations
4 errors and 7 warnings
Compile with MSRV
Process completed with exit code 101.
|
clippy (beta):
identity/src/ed25519.rs#L129
incorrect implementation of `partial_cmp` on an `Ord` type
|
clippy (beta):
identity/src/secp256k1.rs#L179
incorrect implementation of `partial_cmp` on an `Ord` type
|
clippy (beta)
Process completed with exit code 101.
|
Compile on wasm32-unknown-emscripten:
identity/src/error.rs#L85
associated function `encoding_unsupported` is never used
|
Compile on wasm32-unknown-emscripten:
identity/src/error.rs#L115
associated items `new` and `source` are never used
|
Compile on wasm32-unknown-unknown:
identity/src/error.rs#L85
associated function `encoding_unsupported` is never used
|
Compile on wasm32-unknown-unknown:
identity/src/error.rs#L115
associated items `new` and `source` are never used
|
Compile on wasm32-wasi:
identity/src/error.rs#L85
associated function `encoding_unsupported` is never used
|
Compile on wasm32-wasi:
identity/src/error.rs#L115
associated items `new` and `source` are never used
|
Test libp2p-webrtc:
transports/webrtc/src/lib.rs#L86
unused imports: `Message`, `mod_Message::Flag`
|