Skip to content

Bump actions/checkout from 6 to 7 (#189) #422

Bump actions/checkout from 6 to 7 (#189)

Bump actions/checkout from 6 to 7 (#189) #422

Triggered via push June 19, 2026 13:02
Status Success
Total duration 3m 46s
Artifacts

msrv.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/macros/try_join.rs#L201
warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0` --> src/child.rs:175:32 | 175 | let (stdout, stderr) = try_join!(stdout_read, stderr_read)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: you may want to conditionally increase the MSRV considered by Clippy using the `clippy::msrv` attribute = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default = note: this warning originates in the macro `$crate::try_join` which comes from the expansion of the macro `try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep(): src/process_impl/session.rs#L225
warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep() --> src/process_impl/session.rs:225:42 | 225 | self.tempdir.take().map(TempDir::into_path); | ^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/macros/try_join.rs#L201
warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0` --> src/child.rs:175:32 | 175 | let (stdout, stderr) = try_join!(stdout_read, stderr_read)?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: you may want to conditionally increase the MSRV considered by Clippy using the `clippy::msrv` attribute = help: for further information visit https://rust-lang.github.io/rust-clippy/beta/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default = note: this warning originates in the macro `$crate::try_join` which comes from the expansion of the macro `try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep(): src/process_impl/session.rs#L225
warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep() --> src/process_impl/session.rs:225:42 | 225 | self.tempdir.take().map(TempDir::into_path); | ^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default