Skip to content

Commit 49aaedd

Browse files
authored
Merge pull request #95 from epage/rename
chore: Update to anstream
2 parents 73eb6f2 + a82c7d0 commit 49aaedd

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pre-release-replacements = [
3232
]
3333

3434
[features]
35-
color = ["dep:anstyle-stream", "predicates/color"]
35+
color = ["dep:anstream", "predicates/color"]
3636
color-auto = ["color"]
3737

3838
[dependencies]
@@ -43,4 +43,4 @@ predicates-core = "1.0.6"
4343
predicates-tree = "1.0.1"
4444
doc-comment = "0.3"
4545
anstyle = "0.3.1"
46-
anstyle-stream = { version = "0.2.1", optional = true }
46+
anstream = { version = "0.2.2", optional = true }

src/assert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use std::fmt;
2525
use std::path;
2626

2727
#[cfg(feature = "color")]
28-
use anstyle_stream::panic;
28+
use anstream::panic;
2929
use predicates::path::PredicateFileContentExt;
3030
use predicates::str::PredicateStrExt;
3131
use predicates_tree::CaseTreeExt;

0 commit comments

Comments
 (0)