Skip to content

Commit

Permalink
Ensure depends on with same version number
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-biel committed Jul 21, 2022
1 parent 26659c5 commit b8124c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -23,7 +23,7 @@ doctest = false
path = "src/lib.rs"

[dependencies]
test-case-macros = { version = "2.1.0", path = "crates/test-case-macros", default-features = false }
test-case-macros = { version = "2.2.0", path = "crates/test-case-macros", default-features = false }
regex = { version = "1.5", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit b8124c9

Please sign in to comment.