Skip to content

Commit 90b580a

Browse files
committed
meli/Cargo.toml: Relax assert_cmd version dep
assert_cmd dep gratuitously required an exact version match Signed-off-by: Manos Pitsidianakis <[email protected]>
1 parent e7c0948 commit 90b580a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ regex = { workspace = true }
9292
syn = { version = "1", features = [] }
9393

9494
[dev-dependencies]
95-
assert_cmd = { version = "=2.0.13" }
95+
assert_cmd = { version = "2" }
9696
flate2 = { workspace = true }
9797
predicates = { version = "3" }
9898
regex = { workspace = true }

0 commit comments

Comments
 (0)