Skip to content

Commit

Permalink
Merge pull request #442 from google:new_version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 658776873
  • Loading branch information
copybara-github committed Aug 2, 2024
2 parents 70a6da1 + 876dbe2 commit de68875
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions googletest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "googletest"
version = "0.11.0"
version = "0.12.0"
keywords = ["unit", "matcher", "testing", "assertions"]
categories = ["development-tools", "development-tools::testing"]
description = "A rich assertion and matcher library inspired by GoogleTest for C++"
Expand All @@ -31,7 +31,7 @@ authors = [
]

[dependencies]
googletest_macro = { path = "../googletest_macro", version = "0.11.0" }
googletest_macro = { path = "../googletest_macro", version = "0.12.0" }
anyhow = { version = "1", optional = true }
num-traits = "0.2.17"
proptest = { version = "1.2.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion googletest_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "googletest_macro"
version = "0.11.0"
version = "0.12.0"
keywords = ["unit", "matcher", "testing", "assertions"]
categories = ["development-tools", "development-tools::testing"]
description = "Procedural macros for GoogleTest Rust"
Expand Down
4 changes: 2 additions & 2 deletions integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "integration_tests"
version = "0.11.0"
version = "0.12.0"
description = "Integration tests for GoogleTest Rust"
repository = "https://github.com/google/googletest-rust"
license = "Apache-2.0"
Expand All @@ -28,7 +28,7 @@ authors = [
]

[dependencies]
googletest = { path = "../googletest", version = "0.11.0", features = ["anyhow"] }
googletest = { path = "../googletest", version = "0.12.0", features = ["anyhow"] }
anyhow = "1"
indoc = "2"
rstest = "0.18"
Expand Down

0 comments on commit de68875

Please sign in to comment.