Fix CI issues #4595
Annotations
2 errors and 1 warning
core clippy check:
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| {println!("{e}"); println!("{:?}", 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)]`
|
core clippy check
Clippy had exited with the 101 exit code
|
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/
|
Loading