Skip to content

Commit ab1a462

Browse files
authored
Merge pull request #28191 from ocaml/fix-biocaml-0-11-0-bounds
fix biocaml.0.11.0 bounds for core_kernel
2 parents 06ff87e + 9e8cfa6 commit ab1a462

File tree

1 file changed

+1
-1
lines changed
  • packages/biocaml/biocaml.0.11.0

1 file changed

+1
-1
lines changed

packages/biocaml/biocaml.0.11.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depends: [
2929
"ocaml" {< "5.0"}
3030
"base64"
3131
"dune" {>= "1.0"}
32-
"core_kernel" {>= "v0.14.0"}
32+
"core_kernel" {>= "v0.14.0" & < "v0.15.0"}
3333
"sexplib"
3434
"camlzip" {>= "1.05"}
3535
"xmlm"

0 commit comments

Comments
 (0)