Skip to content

Commit 6e5405d

Browse files
bjacotgcopybara-github
authored andcommittedAug 25, 2023
Bump the version number in Cargo.toml to 0.10.
PiperOrigin-RevId: 560017342
1 parent 52e8415 commit 6e5405d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎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.9.0"
17+
version = "0.10.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.9.0" }
34+
googletest_macro = { path = "../googletest_macro", version = "0.10.0" }
3535
anyhow = { version = "1", optional = true }
3636
num-traits = "0.2.15"
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.9.0"
17+
version = "0.10.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.9.0"
17+
version = "0.10.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.9.0", features = ["anyhow"] }
31+
googletest = { path = "../googletest", version = "0.10.0", features = ["anyhow"] }
3232
anyhow = "1"
3333
indoc = "2"
3434
rstest = "0.13.0"

0 commit comments

Comments
 (0)
Please sign in to comment.