Skip to content

Commit 30cfca0

Browse files
hovinenbcopybara-github
authored andcommitted
Bump the version numbers in the Cargo.toml files to 0.8.1.
This prepares for an 0.8.1 release, the only change in which is to ensure that the published crates include the LICENSE file from the Git repository. This is needed to import the crates to the Android Open Source Project. PiperOrigin-RevId: 544598975
1 parent 1df9181 commit 30cfca0

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.8.0"
17+
version = "0.8.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++"
@@ -31,7 +31,7 @@ authors = [
3131
]
3232

3333
[dependencies]
34-
googletest_macro = { path = "../googletest_macro", version = "0.8.0" }
34+
googletest_macro = { path = "../googletest_macro", version = "0.8.1" }
3535
anyhow = { version = "1", optional = true }
3636
num-traits = "0.2.15"
3737
regex = "1.6.0"

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

0 commit comments

Comments
 (0)