Skip to content

Commit 2ba375e

Browse files
hovinenbcopybara-github
authored andcommitted
Bump the version number of the googletest and googletest_macro crates to 0.4.1 in preparation for the next release.
PiperOrigin-RevId: 517353689
1 parent ab008d5 commit 2ba375e

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.4.0"
17+
version = "0.4.1"
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++"
@@ -34,7 +34,7 @@ authors = [
3434
doctest = false
3535

3636
[dependencies]
37-
googletest_macro = { path = "../googletest_macro", version = "0.4.0" }
37+
googletest_macro = { path = "../googletest_macro", version = "0.4.1" }
3838
num-traits = "0.2.15"
3939
regex = "1.6.0"
4040
indoc = { version = "2", 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.4.0"
17+
version = "0.4.1"
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)