chore(test): Bump cargo-test-support to 0.2.2

This commit is contained in:
Ed Page 2024-06-10 10:20:41 -05:00
parent d8f9130c62
commit d028cfaba3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -413,7 +413,7 @@ version = "0.2.1"
[[package]] [[package]]
name = "cargo-test-support" name = "cargo-test-support"
version = "0.2.1" version = "0.2.2"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cargo-test-support" name = "cargo-test-support"
version = "0.2.1" version = "0.2.2"
edition.workspace = true edition.workspace = true
rust-version = "1.78" # MSRV:1 rust-version = "1.78" # MSRV:1
license.workspace = true license.workspace = true