We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2e394 commit 51df3f9Copy full SHA for 51df3f9
Cargo.toml
@@ -16,6 +16,7 @@ smallvec = "1.13.2"
16
[dev-dependencies]
17
criterion = "0.5.1"
18
proptest = "1.2.0"
19
+serde = "1.0.131" # for -Zminimal-versions, via criterion
20
21
[[bench]]
22
name = "comparison_with_rectilinear_locator"
0 commit comments