diff --git a/Cargo.lock b/Cargo.lock index a73e2a8..4958657 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "command-error" -version = "0.6.0" +version = "0.7.0" dependencies = [ "dyn-clone", "indoc", diff --git a/Cargo.toml b/Cargo.toml index 86a6998..78df5f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" [package] name = "command-error" -version = "0.6.0" +version = "0.7.0" description = "Detailed error messages and status checking for `std::process::Command`" edition = "2021" license = "MIT"