Skip to content

Commit

Permalink
Merge pull request #837 from crate-ci/renovate/cargo-test-support-0.x
Browse files Browse the repository at this point in the history
chore(deps): Update Rust crate cargo-test-support to 0.4
  • Loading branch information
epage authored Nov 4, 2024
2 parents e60067d + 6c9713c commit 65c787c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
repository = "https://github.com/crate-ci/cargo-release"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.79" # MSRV
rust-version = "1.80" # MSRV
include = [
"build.rs",
"src/**/*",
Expand Down Expand Up @@ -166,7 +166,7 @@ anstyle = "1.0.7"
assert_fs = "1.1"
predicates = "3.1"
snapbox = "0.6.16"
cargo-test-support = "0.3"
cargo-test-support = "0.4"

[profile.release]
panic = "abort"
Expand Down
2 changes: 1 addition & 1 deletion tests/testsuite/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub trait CargoCommand {

impl CargoCommand for snapbox::cmd::Command {
fn cargo_ui() -> Self {
use cargo_test_support::TestEnv;
use cargo_test_support::TestEnvCommandExt;
Self::new(cargo_exe())
.with_assert(cargo_test_support::compare::assert_ui())
.test_env()
Expand Down

0 comments on commit 65c787c

Please sign in to comment.