diff --git a/Cargo.lock b/Cargo.lock index 31e6443f..a450aeab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "googletest" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "googletest_macro", @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "googletest_macro" -version = "0.14.0" +version = "0.14.1" dependencies = [ "proc-macro2", "quote", @@ -249,7 +249,7 @@ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" [[package]] name = "integration_tests" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "googletest", diff --git a/googletest/Cargo.toml b/googletest/Cargo.toml index 83294699..b11db641 100644 --- a/googletest/Cargo.toml +++ b/googletest/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "googletest" -version = "0.14.0" +version = "0.14.1" keywords = ["unit", "matcher", "testing", "assertions"] categories = ["development-tools", "development-tools::testing"] description = "A rich assertion and matcher library inspired by GoogleTest for C++" @@ -31,7 +31,7 @@ authors = [ ] [dependencies] -googletest_macro = { path = "../googletest_macro", version = "0.14.0" } +googletest_macro = { path = "../googletest_macro", version = "0.14.1" } anyhow = { version = "1", optional = true } num-traits = "0.2.17" proptest = { version = "1.2.0", optional = true } diff --git a/googletest_macro/Cargo.toml b/googletest_macro/Cargo.toml index 4f47d318..7c91482c 100644 --- a/googletest_macro/Cargo.toml +++ b/googletest_macro/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "googletest_macro" -version = "0.14.0" +version = "0.14.1" keywords = ["unit", "matcher", "testing", "assertions"] categories = ["development-tools", "development-tools::testing"] description = "Procedural macros for GoogleTest Rust" diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index bd0aacea..260335e4 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "integration_tests" -version = "0.14.0" +version = "0.14.1" description = "Integration tests for GoogleTest Rust" repository = "https://github.com/google/googletest-rust" license = "Apache-2.0" @@ -28,7 +28,7 @@ authors = [ ] [dependencies] -googletest = { path = "../googletest", version = "0.14.0", features = ["anyhow"] } +googletest = { path = "../googletest", version = "0.14.1", features = ["anyhow"] } anyhow = "1" indoc = "2" rstest = "0.25"