Skip to content

Commit

Permalink
Bump version to 0.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Jan 25, 2021
1 parent 4ef13b4 commit dca3432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "assert2"
description = "assert!(...) and check!(...) macros inspired by Catch2"
version = "0.3.3"
version = "0.3.4"
license = "BSD-2-Clause"
authors = [
"Maarten de Vries <[email protected]>",
Expand All @@ -17,5 +17,5 @@ keywords = ["assert", "check", "test", "unit-test"]
categories = ["development-tools::debugging", "development-tools::testing"]

[dependencies]
assert2-macros = { version = "=0.3.3", path = "assert2-macros" }
assert2-macros = { version = "=0.3.4", path = "assert2-macros" }
yansi = "0.5.0"
2 changes: 1 addition & 1 deletion assert2-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "assert2-macros"
description = "procedural macros for assert2"
version = "0.3.3"
version = "0.3.4"
license = "BSD-2-Clause"
authors = [
"Maarten de Vries <[email protected]>",
Expand Down

0 comments on commit dca3432

Please sign in to comment.