You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ either = { version = "1.0", default-features = false }
27
27
28
28
[dev-dependencies]
29
29
rand = "0.7"
30
-
criterion = "=0.3.0"# TODO update criterion version once it becomes compatible with our minimum required Rust verision or bump minimum required rust version
30
+
criterion = "=0"# TODO how could this work with our minimum supported rust version?
0 commit comments