We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e11955 commit f9d9548Copy full SHA for f9d9548
Cargo.toml
@@ -34,10 +34,12 @@ unicode-segmentation = "1.3"
34
fnv = "1"
35
fxhash = "0.2"
36
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.
+# These are transitive dependencies of some of the dev-dependencies--we don't
+# use them directly. We lock them to exact versions because newer versions don't
+# work on our MSRV, and thus CI fails if they're on newer versions.
40
unicode-width = "=0.1.13"
41
+rayon = "=1.10.0"
42
+rayon-core = "=1.12.1"
43
44
#-----------------------------------------
45
0 commit comments