Skip to content

Commit 4311bd3

Browse files
committed
chore: Migrate to Edition 2024
1 parent bc3b1ef commit 4311bd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44
[workspace.package]
55
repository = "https://github.com/assert-rs/assert_cmd.git"
66
license = "MIT OR Apache-2.0"
7-
edition = "2021"
7+
edition = "2024"
88
rust-version = "1.85" # MSRV
99
include = [
1010
"build.rs",

src/assert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ use anstream::panic;
1111
use predicates::str::PredicateStrExt;
1212
use predicates_tree::CaseTreeExt;
1313

14-
use crate::output::output_fmt;
1514
use crate::output::DebugBytes;
15+
use crate::output::output_fmt;
1616

1717
/// Assert the state of an [`Output`].
1818
///

0 commit comments

Comments
 (0)