Skip to content

Commit 9afd05c

Browse files
authored
Merge pull request #279 from epage/edition
chore: Migrate to Edition 2024
2 parents 8e7d882 + 4311bd3 commit 9afd05c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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"
8-
rust-version = "1.74" # MSRV
7+
edition = "2024"
8+
rust-version = "1.85" # MSRV
99
include = [
1010
"build.rs",
1111
"src/**/*",

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)