Skip to content

Commit 56e5092

Browse files
Julowjonludlam
authored andcommitted
bench: Fix and pin dependencies
The dependency on core_kernel was missing. Pin the benchmark dependency to make them comparable.
1 parent a88f7fe commit 56e5092

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

odoc-bench.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ depends: [
4141
"bos"
4242
"yojson" {>= "1.6.0"}
4343
"mdx" {>= "2.3.0"}
44-
"core"
44+
"core" {= "v0.16.2"}
45+
"core_kernel" {= "v0.16.0"}
4546
]

0 commit comments

Comments
 (0)