We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e7d882 + 4311bd3 commit 9afd05cCopy full SHA for 9afd05c
Cargo.toml
@@ -4,8 +4,8 @@ resolver = "2"
4
[workspace.package]
5
repository = "https://github.com/assert-rs/assert_cmd.git"
6
license = "MIT OR Apache-2.0"
7
-edition = "2021"
8
-rust-version = "1.74" # MSRV
+edition = "2024"
+rust-version = "1.85" # MSRV
9
include = [
10
"build.rs",
11
"src/**/*",
src/assert.rs
@@ -11,8 +11,8 @@ use anstream::panic;
use predicates::str::PredicateStrExt;
12
use predicates_tree::CaseTreeExt;
13
14
-use crate::output::output_fmt;
15
use crate::output::DebugBytes;
+use crate::output::output_fmt;
16
17
/// Assert the state of an [`Output`].
18
///
0 commit comments