diff --git a/Cargo.lock b/Cargo.lock index ad381f8..df52c30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "elm-test-rs" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 0c8f630..c2e10e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elm-test-rs" -version = "1.2.1" +version = "1.2.2" authors = ["Matthieu Pizenberg ", "Harry Sarson "] edition = "2018" description = "Simple and fast Rust alternative to node-test-runner to run elm tests"