Skip to content

Commit 8f54327

Browse files
authored
Merge pull request #24066 from mseri/fix-core-o5.1
core v0.15* is not compatible with ocaml 5.1
2 parents 8600723 + 1b1cd57 commit 8f54327

File tree

2 files changed

+2
-2
lines changed
  • packages/core

2 files changed

+2
-2
lines changed

packages/core/core.v0.15.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["dune" "build" "-p" name "-j" jobs]
1111
]
1212
depends: [
13-
"ocaml" {>= "4.11.0"}
13+
"ocaml" {>= "4.11.0" & < "5.1~"}
1414
"base" {>= "v0.15" & < "v0.16"}
1515
"base_bigstring" {>= "v0.15" & < "v0.16"}
1616
"base_quickcheck" {>= "v0.15" & < "v0.16"}

packages/core/core.v0.15.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["dune" "build" "-p" name "-j" jobs]
1111
]
1212
depends: [
13-
"ocaml" {>= "4.11.0"}
13+
"ocaml" {>= "4.11.0" & < "5.1~"}
1414
"base" {>= "v0.15.1" & < "v0.16"}
1515
"base_bigstring" {>= "v0.15" & < "v0.16"}
1616
"base_quickcheck" {>= "v0.15" & < "v0.16"}

0 commit comments

Comments
 (0)