Skip to content

Commit 6cd4055

Browse files
hovinenbcopybara-github
authored andcommitted
Bump the version number in Cargo.toml to 0.9.0.
PiperOrigin-RevId: 548143970
1 parent 59c5082 commit 6cd4055

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.8.1"
17+
version = "0.9.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.8.1" }
34+
googletest_macro = { path = "../googletest_macro", version = "0.9.0" }
3535
ansi_term = "0.12.0"
3636
anyhow = { version = "1", optional = true }
3737
num-traits = "0.2.15"

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.8.1"
17+
version = "0.9.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.8.1"
17+
version = "0.9.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.8.1", features = ["anyhow"] }
31+
googletest = { path = "../googletest", version = "0.9.0", features = ["anyhow"] }
3232
anyhow = "1"
3333
indoc = "2"
3434
rstest = "0.13.0"

0 commit comments

Comments
 (0)