Skip to content

Commit f9d9548

Browse files
committed
Lock additional transitive dev-dependencies.
So that CI doesn't fail when running tests on our MSRV.
1 parent 3e11955 commit f9d9548

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ unicode-segmentation = "1.3"
3434
fnv = "1"
3535
fxhash = "0.2"
3636

37-
# This is a transitive dependency of criterion--we don't use it directly. We
38-
# lock it to this exact version because newer versions don't work on our MSRV,
39-
# and thus CI fails if it's on a newer version.
37+
# These are transitive dependencies of some of the dev-dependencies--we don't
38+
# use them directly. We lock them to exact versions because newer versions don't
39+
# work on our MSRV, and thus CI fails if they're on newer versions.
4040
unicode-width = "=0.1.13"
41+
rayon = "=1.10.0"
42+
rayon-core = "=1.12.1"
4143

4244
#-----------------------------------------
4345

0 commit comments

Comments
 (0)