Skip to content

Commit 341a41a

Browse files
hovinenbcopybara-github
authored andcommittedMay 19, 2023
Bump the version number in Cargo.toml to 0.7.0.
This is in preparation for the 0.7.0 release. PiperOrigin-RevId: 533482114
1 parent edb1d11 commit 341a41a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.6.0"
17+
version = "0.7.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.6.0" }
34+
googletest_macro = { path = "../googletest_macro", version = "0.7.0" }
3535
num-traits = "0.2.15"
3636
regex = "1.6.0"
3737
anyhow = { version = "1", 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.6.0"
17+
version = "0.7.0"
1818
keywords = ["unit", "matcher", "testing", "assertions"]
1919
categories = ["development-tools", "development-tools::testing"]
2020
description = "Procedural macros for GoogleTest Rust"

0 commit comments

Comments
 (0)
Please sign in to comment.