Skip to content

Commit de68875

Browse files
Merge pull request #442 from google:new_version
PiperOrigin-RevId: 658776873
2 parents 70a6da1 + 876dbe2 commit de68875

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

googletest/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "googletest"
17-
version = "0.11.0"
17+
version = "0.12.0"
1818
keywords = ["unit", "matcher", "testing", "assertions"]
1919
categories = ["development-tools", "development-tools::testing"]
2020
description = "A rich assertion and matcher library inspired by GoogleTest for C++"
@@ -31,7 +31,7 @@ authors = [
3131
]
3232

3333
[dependencies]
34-
googletest_macro = { path = "../googletest_macro", version = "0.11.0" }
34+
googletest_macro = { path = "../googletest_macro", version = "0.12.0" }
3535
anyhow = { version = "1", optional = true }
3636
num-traits = "0.2.17"
3737
proptest = { version = "1.2.0", optional = true }

googletest_macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "googletest_macro"
17-
version = "0.11.0"
17+
version = "0.12.0"
1818
keywords = ["unit", "matcher", "testing", "assertions"]
1919
categories = ["development-tools", "development-tools::testing"]
2020
description = "Procedural macros for GoogleTest Rust"

integration_tests/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "integration_tests"
17-
version = "0.11.0"
17+
version = "0.12.0"
1818
description = "Integration tests for GoogleTest Rust"
1919
repository = "https://github.com/google/googletest-rust"
2020
license = "Apache-2.0"
@@ -28,7 +28,7 @@ authors = [
2828
]
2929

3030
[dependencies]
31-
googletest = { path = "../googletest", version = "0.11.0", features = ["anyhow"] }
31+
googletest = { path = "../googletest", version = "0.12.0", features = ["anyhow"] }
3232
anyhow = "1"
3333
indoc = "2"
3434
rstest = "0.18"

0 commit comments

Comments
 (0)