Skip to content

Commit

Permalink
Bump the version numbers in the Cargo.toml files to 0.8.1.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hovinenb authored and copybara-github committed Jun 30, 2023
1 parent 1df9181 commit 30cfca0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions googletest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "googletest"
version = "0.8.0"
version = "0.8.1"
keywords = ["unit", "matcher", "testing", "assertions"]
categories = ["development-tools", "development-tools::testing"]
description = "A rich assertion and matcher library inspired by GoogleTest for C++"
Expand All @@ -31,7 +31,7 @@ authors = [
]

[dependencies]
googletest_macro = { path = "../googletest_macro", version = "0.8.0" }
googletest_macro = { path = "../googletest_macro", version = "0.8.1" }
anyhow = { version = "1", optional = true }
num-traits = "0.2.15"
regex = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion googletest_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "googletest_macro"
version = "0.8.0"
version = "0.8.1"
keywords = ["unit", "matcher", "testing", "assertions"]
categories = ["development-tools", "development-tools::testing"]
description = "Procedural macros for GoogleTest Rust"
Expand Down
4 changes: 2 additions & 2 deletions integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "integration_tests"
version = "0.8.0"
version = "0.8.1"
description = "Integration tests for GoogleTest Rust"
repository = "https://github.com/google/googletest-rust"
license = "Apache-2.0"
Expand All @@ -28,7 +28,7 @@ authors = [
]

[dependencies]
googletest = { path = "../googletest", version = "0.8.0", features = ["anyhow"] }
googletest = { path = "../googletest", version = "0.8.1", features = ["anyhow"] }
anyhow = "1"
indoc = "2"
rstest = "0.13.0"
Expand Down

0 comments on commit 30cfca0

Please sign in to comment.