Skip to content

Commit f02ad6a

Browse files
Googlercopybara-github
Googler
authored andcommitted
Bump the version number in Cargo.toml to 0.13.
PiperOrigin-RevId: 699932094
1 parent e516f1c commit f02ad6a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

googletest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "googletest"
17-
version = "0.12.0"
17+
version = "0.13.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.12.0" }
34+
googletest_macro = { path = "../googletest_macro", version = "0.13.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "googletest_macro"
17-
version = "0.12.0"
17+
version = "0.13.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "integration_tests"
17-
version = "0.12.0"
17+
version = "0.13.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.12.0", features = ["anyhow"] }
31+
googletest = { path = "../googletest", version = "0.13.0", features = ["anyhow"] }
3232
anyhow = "1"
3333
indoc = "2"
3434
rstest = "0.18"

0 commit comments

Comments
 (0)