We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3b1ef commit 4311bd3Copy full SHA for 4311bd3
2 files changed
Cargo.toml
@@ -4,7 +4,7 @@ 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"
+edition = "2024"
8
rust-version = "1.85" # MSRV
9
include = [
10
"build.rs",
src/assert.rs
@@ -11,8 +11,8 @@ use anstream::panic;
11
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