Skip to content

Commit 4c03f73

Browse files
hovinenbcopybara-github
authored andcommitted
Bump the version numbers in the Cargo.toml files to 0.3.0.
This prepares for the upcoming 0.3 release. PiperOrigin-RevId: 505988026
1 parent 107486c commit 4c03f73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2.0"
17+
version = "0.3.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++"
@@ -32,7 +32,7 @@ authors = [
3232
doctest = false
3333

3434
[dependencies]
35-
googletest_macro = { path = "../googletest_macro", version = "0.2.0" }
35+
googletest_macro = { path = "../googletest_macro", version = "0.3.0" }
3636
num-traits = "0.2.15"
3737
regex = "1.6.0"
3838

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.2.0"
17+
version = "0.3.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)