Skip to content

Fix CI issues

Fix CI issues #4593

Triggered via pull request November 28, 2024 11:35
Status Failure
Total duration 3m 29s
Artifacts

clippy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
current MSRV (Minimum Supported Rust Version) is `1.65.0` but this item is stable since `1.76.0`: identity_iota_core/tests/e2e/common.rs#L93
error: current MSRV (Minimum Supported Rust Version) is `1.65.0` but this item is stable since `1.76.0` --> identity_iota_core/tests/e2e/common.rs:93:5 | 93 | }.inspect_err(|e: &anyhow::Error| {dbg!(e); dbg!(e.source());}) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `-D clippy::incompatible-msrv` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::incompatible_msrv)]`
clippy
Clippy had exited with the 101 exit code
clippy
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/