Skip to content

Commit

Permalink
Merge pull request #166 from epage/rename
Browse files Browse the repository at this point in the history
chore: Update to anstream
  • Loading branch information
epage committed Mar 16, 2023
2 parents 28ea6ae + db4dea4 commit 81b7f48
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -32,7 +32,7 @@ pre-release-replacements = [
]

[features]
color = ["dep:anstyle-stream", "predicates/color"]
color = ["dep:anstream", "predicates/color"]
color-auto = ["color"]

[[bin]]
Expand All @@ -45,7 +45,7 @@ predicates-tree = "1.0.1"
doc-comment = "0.3"
wait-timeout = "0.2.0"
bstr = "1.0.1"
anstyle-stream = { version = "0.2.1", optional = true }
anstream = { version = "0.2.2", optional = true }
anstyle = "0.3.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/assert.rs
Expand Up @@ -7,7 +7,7 @@ use std::process;
use std::str;

#[cfg(feature = "color")]
use anstyle_stream::panic;
use anstream::panic;
use predicates::str::PredicateStrExt;
use predicates_tree::CaseTreeExt;

Expand Down

0 comments on commit 81b7f48

Please sign in to comment.