We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573ed78 commit 0897015Copy full SHA for 0897015
Cargo.toml
@@ -53,6 +53,10 @@ serde = { version = "1.0.197", features = ["derive"] }
53
serde_json = "1.0.115"
54
blink-alloc = { version = "=0.3.1" }
55
56
+# Make sure that criterion pulls in a rayon that supports our MSRV.
57
+rayon = { version = "=1.10.0" }
58
+rayon-core = { version = "=1.12.1" }
59
+
60
[features]
61
default = []
62
collections = []
0 commit comments