fix(ci): update webpki-roots
pinned version
#344
Annotations
3 errors and 4 warnings
variables can be used directly in the `format!` string:
examples/example_cli/src/lib.rs#L232
error: variables can be used directly in the `format!` string
--> examples/example_cli/src/lib.rs:232:24
|
232 | unknown => bail!("unknown coin selection algorithm '{}'", unknown),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
= note: `-D clippy::uninlined-format-args` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::uninlined_format_args)]`
help: change this to
|
232 - unknown => bail!("unknown coin selection algorithm '{}'", unknown),
232 + unknown => bail!("unknown coin selection algorithm '{unknown}'"),
|
|
variables can be used directly in the `format!` string:
examples/example_cli/src/lib.rs#L719
error: variables can be used directly in the `format!` string
--> examples/example_cli/src/lib.rs:719:39
|
719 | .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {:?}", errors))?;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
719 - .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {:?}", errors))?;
719 + .map_err(|errors| anyhow::anyhow!("failed to sign PSBT {errors:?}"))?;
|
|
variables can be used directly in the `format!` string:
examples/example_cli/src/lib.rs#L232
error: variables can be used directly in the `format!` string
--> examples/example_cli/src/lib.rs:232:24
|
232 | unknown => bail!("unknown coin selection algorithm '{}'", unknown),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
= note: `-D clippy::uninlined-format-args` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::uninlined_format_args)]`
help: change this to
|
232 - unknown => bail!("unknown coin selection algorithm '{}'", unknown),
232 + unknown => bail!("unknown coin selection algorithm '{unknown}'"),
|
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
coverage-report
|
447 KB |
sha256:087ea0a922832b5be0f38c2d96af1e55693c6b2447e6a2d12aa93d6c56337002
|
|