Skip to content

Commit 70ca58d

Browse files
jschwesylvestre
authored andcommitted
Specify exact version for assert_cmd and predicates
Since their official MSRV is at 1.54, while ours is 1.48, any patch update might break our MSRV! To prevent this specify a specific version. Signed-off-by: Jonathan Schwender <[email protected]>
1 parent 0d96b56 commit 70ca58d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ void = { version = "1", optional = true }
9494
version-compare = { version = "0.0.11", optional = true }
9595

9696
[dev-dependencies]
97-
assert_cmd = "2.0.4"
97+
assert_cmd = "=2.0.4"
9898
cc = "1.0"
9999
chrono = "0.4"
100100
itertools = "0.10"
101-
predicates = "2.1.1"
101+
predicates = "=2.1.1"
102102
thirtyfour_sync = "0.27"
103103

104104
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)